Download the PHP package eher/phpunit without Composer

On this page you can find all versions of the php package eher/phpunit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package phpunit

PHPUnit All in One

That's another way to install PHPUnit without the PEAR

Git

Just clone and run

./bin/phpunit

or

/path/to/phpunit-all-in-one/bin/phpunit

Composer

Add "EHER/PHPUnit" package to your composer.json file

{
    "require": {
        "php":          ">=5.3.2",
        "EHER/PHPUnit": ">=1.2"
    }
}

After install/update vendors with Composer, you can simply run

php vendor/EHER/PHPUnit/phpunit.php

Bitdeli Badge


All versions of phpunit with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.0
symfony/finder Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package eher/phpunit contains the following files

Collapse All

dbunit

   PHPUnit

     Extensions
       Database
         Constraint
         DB
         DataSet
           Specs
           Persistors
          XmlDataSet.php
          TableMetaDataFilter.php
          TableFilter.php
          ReplacementTableIterator.php
          ReplacementTable.php
          ReplacementDataSet.php
          QueryTable.php
          QueryDataSet.php
          MysqlXmlDataSet.php
          ITableMetaData.php
          ITableIterator.php
          ITable.php
          ISpec.php
          IPersistable.php
          IDataSet.php
          FlatXmlDataSet.php
          DefaultTableMetaData.php
          DefaultTableIterator.php
          DefaultTable.php
          DefaultDataSet.php
          DataSetFilter.php
          CsvDataSet.php
          CompositeDataSet.php
          AbstractXmlDataSet.php
          AbstractTableMetaData.php
          AbstractTable.php
          AbstractDataSet.php
          YamlDataSet.php
         Operation
         UI
        AbstractTester.php
        Autoload.php
        Autoload.php.in
        DefaultTester.php
        Exception.php
        IDatabaseListConsumer.php
        ITester.php
        TestCase.php

   Samples

     BankAccountDB

   Tests

     Constraint
     DB
     DataSet
     Operation
     _files
       CsvDataSets
       XmlDataSets
        XmlWriter.xml
        XmlDataSet.xml
        UpdateOperationTest.xml
        UpdateOperationResult.xml
        RowBasedExecute.xml
        ReplaceOperationTest.xml
        ReplaceOperationResult.xml
        QueryDataSetTest.xml
        OperationsTestFixture.xml
        OperationsMySQLTestFixture.xml
        MysqlXmlDataSet.xml
        InsertOperationTest.xml
        InsertOperationResult.xml
        FlatXmlWriterEntities.xml
        FlatXmlWriter.xml
        FlatXmlDataSet.xml
        FilteredTestFixture.xml
        FilteredTestComparison.xml
        EmptyTableInsertTest.xml
        EmptyTableInsertResult.xml
        DeleteOperationTest.xml
        DeleteOperationResult.xml
        DeleteAllOperationTest.xml
        AllEmptyTableInsertTest.xml
        AllEmptyTableInsertResult.xml
        XmlWriterEntities.xml
       YamlDataSets
      DatabaseTestUtility.php

   build

     PHPCS
       Sniffs
      ruleset.xml
    phpmd.xml
  .gitattributes
  .gitignore
  ChangeLog.markdown
  LICENSE
  build.xml
  dbunit.bat
  dbunit.php
  package.xml
  phpunit.xml.dist

php-code-coverage

   PHP

     CodeCoverage
       Driver
       Report
         HTML
           Renderer
             Template
            Dashboard.php
            Directory.php
            File.php
          Renderer.php
         Node
        Clover.php
        Factory.php
        HTML.php
        Node.php
        PHP.php
        Text.php
       Util
      Autoload.php
      Autoload.php.in
      Driver.php
      Exception.php
      Filter.php
      Util.php
    CodeCoverage.php

   Tests

     PHP
     _files
      NamespaceCoverageCoversClassPublicTest.php
      NamespaceCoverageCoversClassTest.php
      NamespaceCoverageMethodTest.php
      NamespaceCoverageNotPrivateTest.php
      NamespaceCoverageNotProtectedTest.php
      NamespaceCoverageNotPublicTest.php
      NamespaceCoveragePrivateTest.php
      NamespaceCoverageProtectedTest.php
      NamespaceCoveragePublicTest.php
      NamespaceCoveredClass.php
      NotExistingCoveredElementTest.php
      ignored-lines-clover.xml
      source_with_ignore.php
      source_with_namespace.php
      source_without_ignore.php
      NamespaceCoverageClassTest.php
      CoveredFunction.php
      NamespaceCoverageClassExtendedTest.php
      CoverageMethodTest.php
      BankAccount-clover.xml
      BankAccount.php
      BankAccountTest.php
      CoverageClassExtendedTest.php
      CoverageClassTest.php
      CoverageFunctionTest.php
      CoverageNoneTest.php
      CoveredClass.php
      CoverageNotPrivateTest.php
      CoverageNotProtectedTest.php
      CoverageNotPublicTest.php
      CoveragePrivateTest.php
      CoverageProtectedTest.php
      CoveragePublicTest.php
      CoverageTwoDefaultClassAnnotations.php
      source_without_namespace.php
    TestCase.php

   build

     PHPCS
       Sniffs
      ruleset.xml
    phpmd.xml

   scripts

    auto_append.php
    auto_prepend.php
  .gitattributes
  .gitignore
  ChangeLog.markdown
  LICENSE
  README.markdown
  build.xml
  package.xml
  phpunit.xml.dist

php-file-iterator

   File

     Iterator
    Iterator.php

   build

     PHPCS
       Sniffs
      ruleset.xml
    phpmd.xml
  .gitattributes
  .gitignore
  ChangeLog.markdown
  LICENSE
  README.markdown
  build.xml
  package.xml

php-text-template

   Text

     Template
    Template.php

   build

     PHPCS
       Sniffs
      ruleset.xml
    phpmd.xml
  .gitattributes
  .gitignore
  ChangeLog.markdown
  LICENSE
  README.markdown
  build.xml
  package.xml

php-timer

   PHP

     Timer
    Timer.php

   Tests

    TimerTest.php

   build

     PHPCS
       Sniffs
      ruleset.xml
    phpmd.xml
  .gitattributes
  .gitignore
  ChangeLog.markdown
  LICENSE
  README.markdown
  build.xml
  package.xml
  phpunit.xml.dist

php-token-stream

   PHP

     Token
    Token.php

   Tests

     Token
     _files
    TokenTest.php

   build

     PHPCS
       Sniffs
      ruleset.xml
    phpmd.xml
  .gitattributes
  .gitignore
  ChangeLog.markdown
  LICENSE
  README.markdown
  build.xml
  package.xml
  phpunit.xml.dist

phpunit

   PHPUnit

     Extensions
     Framework
       Process
       Error
       Constraint
        IsNull.php
        IsTrue.php
        IsType.php
        LessThan.php
        Not.php
        ObjectHasAttribute.php
        Or.php
        PCREMatch.php
        SameSize.php
        StringContains.php
        StringEndsWith.php
        StringMatches.php
        StringStartsWith.php
        TraversableContains.php
        TraversableContainsOnly.php
        IsInstanceOf.php
        IsIdentical.php
        IsFalse.php
        Count.php
        And.php
        ArrayHasKey.php
        Attribute.php
        ClassHasAttribute.php
        ClassHasStaticAttribute.php
        Composite.php
        Exception.php
        IsEqual.php
        ExceptionCode.php
        ExceptionMessage.php
        FileExists.php
        GreaterThan.php
        IsAnything.php
        IsEmpty.php
        Xor.php
       Comparator
       TestSuite
       Assert
      TestResult.php
      TestListener.php
      TestFailure.php
      TestCase.php
      TestSuite.php
      Test.php
      SyntheticError.php
      SkippedTestSuiteError.php
      SkippedTestError.php
      SkippedTest.php
      IncompleteTestError.php
      SelfDescribing.php
      OutputError.php
      IncompleteTest.php
      ExpectationFailedException.php
      Exception.php
      Error.php
      Constraint.php
      ComparisonFailure.php
      ComparatorFactory.php
      Comparator.php
      AssertionFailedError.php
      Assert.php
      Warning.php
     Runner
     TextUI
     Util
       DeprecatedFeature
       TestDox
       PHP
       Log
      Type.php
      TestSuiteIterator.php
      Test.php
      String.php
      Printer.php
      PHP.php
      GlobalState.php
      InvalidArgumentHelper.php
      Getopt.php
      Filter.php
      Filesystem.php
      Fileloader.php
      ErrorHandler.php
      Diff.php
      DeprecatedFeature.php
      Configuration.php
      Class.php
      XML.php
    Autoload.php
    Autoload.php.in

   Tests

     Extensions
     Framework
     Regression
     Runner
     TextUI
      filter-method-isolation.phpt
      filter-method.phpt
      group-isolation.phpt
      group.phpt
      help.phpt
      help2.phpt
      list-groups.phpt
      log-json.phpt
      log-tap.phpt
      log-xml.phpt
      positional-arguments.phpt
      strict-incomplete.phpt
      strict-isolation.phpt
      strict.phpt
      tap.phpt
      testdox-html.phpt
      testdox-text.phpt
      filter-class.phpt
      failure.phpt
      filter-class-isolation.phpt
      default.phpt
      abstract-test-class.phpt
      concrete-test-class.phpt
      dataprovider-log-xml-isolation.phpt
      dataprovider-log-xml.phpt
      dataprovider-testdox.phpt
      debug.phpt
      default-isolation.phpt
      dependencies-isolation.phpt
      failure-isolation.phpt
      dependencies.phpt
      dependencies2-isolation.phpt
      dependencies2.phpt
      dependencies3-isolation.phpt
      dependencies3.phpt
      empty-testcase.phpt
      exclude-group-isolation.phpt
      exclude-group.phpt
      testdox.phpt
     Util
     _files
      NonStatic.php
      NotPublicTestCase.php
      NotVoidTestCase.php
      NothingTest.php
      OneTestCase.php
      OutputTestCase.php
      OverrideTestCase.php
      RequirementsTest.php
      SampleClass.php
      SelectorAssertionsFixture.html
      Singleton.php
      StackTest.php
      Struct.php
      TemplateMethodsTest.php
      Success.php
      TestIterator.php
      ThrowExceptionTestCase.php
      ThrowNoExceptionTestCase.php
      WasRun.php
      bar.xml
      configuration.xml
      expectedFileFormat.txt
      foo.xml
      structureAttributesAreSameButValuesAreNot.xml
      structureExpected.xml
      structureIgnoreTextNodes.xml
      structureIsSameButDataIsNot.xml
      structureWrongNumberOfAttributes.xml
      NoTestCases.php
      NoArgTestCaseTest.php
      NoTestCaseClass.php
      DependencyTestSuite.php
      AbstractTest.php
      Author.php
      BankAccount.php
      BankAccountTest.php
      Book.php
      Calculator.php
      ChangeCurrentWorkingDirectoryTest.php
      ClassWithNonPublicAttributes.php
      ClassWithToString.php
      ConcreteTest.php
      DataProviderTest.php
      DependencyFailureTest.php
      DependencySuccessTest.php
      DoubleTestCase.php
      MultiDependencyTest.php
      EmptyTestCaseTest.php
      Error.php
      ExceptionInAssertPostConditionsTest.php
      ExceptionInAssertPreConditionsTest.php
      ExceptionInSetUpTest.php
      ExceptionInTearDownTest.php
      ExceptionInTest.php
      ExceptionTest.php
      Failure.php
      FailureTest.php
      IncompleteTest.php
      InheritedTestCase.php
      MockRunner.php
      structureWrongNumberOfNodes.xml

   build

     PHPCS
       Sniffs
      ruleset.xml
    assertions.php
    phar-autoload.php.in
    phpmd.xml
  .gitattributes
  .gitignore
  ChangeLog.markdown
  LICENSE
  README.markdown
  build.xml
  package.xml
  phpdox.xml.dist
  phpunit.bat
  phpunit.php
  phpunit.xml.dist

phpunit-mock-objects

   PHPUnit

     Framework
       MockObject
         Matcher
         Stub
         Builder
         Generator
         Invocation
        Stub.php
        MockObject.php
        MockBuilder.php
        Matcher.php
        InvocationMocker.php
        Invokable.php
        Invocation.php
        Generator.php
        Autoload.php.in
        Autoload.php
        Verifiable.php

   Tests

     MockObject
       Invocation
      wsdl_class.phpt
      nonexistent_class_with_namespace_starting_with_separator.phpt
      nonexistent_class_with_namespace.phpt
      nonexistent_class.phpt
      namespaced_interface.phpt
      namespaced_class_partial.phpt
      namespaced_class_implementing_interface_dont_call_parent_constructor.phpt
      namespaced_class_implementing_interface_call_parent_constructor.phpt
      namespaced_class_dont_call_parent_constructor.phpt
      namespaced_class_dont_call_parent_clone.phpt
      namespaced_class_call_parent_constructor.phpt
      namespaced_class.phpt
      namespaced_class_call_parent_clone.phpt
      invocation_static_clone_object.phpt
      invocation_object_clone_object.phpt
      interface.phpt
      class_partial.phpt
      class_implementing_interface_dont_call_parent_constructor.phpt
      class_implementing_interface_call_parent_constructor.phpt
      class_dont_call_parent_constructor.phpt
      class_dont_call_parent_clone.phpt
      class_call_parent_constructor.phpt
      class_call_parent_clone.phpt
      class.phpt
      wsdl_class_partial.phpt
     _files
    GeneratorTest.php
    MockBuilderTest.php
    MockObjectTest.php

   build

     PHPCS
       Sniffs
      ruleset.xml
    phpmd.xml
  .gitattributes
  .gitignore
  ChangeLog.markdown
  LICENSE
  build.xml
  package.xml
  phpunit.xml.dist

phpunit-selenium

   PHPUnit

     Extensions
       Selenium2TestCase
       SeleniumTestCase
      Selenium2TestCase.php
      SeleniumTestCase.php
      SeleniumTestSuite.php

   selenium-1-tests

     html
      test_verify_alert.html
      test_verifications.html
      test_type_page2.html
      test_type_page1.html
      test_submit.html
      test_store_value.html
      test_slowloading_page.html
      test_select_window_popup.html
      test_select_window.html
      test_select.html
      test_reload_onchange_page.html
      test_prompt.html
      test_page.slow.html
      test_open.html
      test_multiselect.html
      test_locators.html
      test_form_events.html
      test_focus_on_blur.html
      test_element_selection.html
      test_editable.html
      test_dummy_page.html
      test_delayed_element.html
      test_confirm.html
      test_click_page2.html
      test_click_page1.html
      test_click_javascript_page.html
      test_check_uncheck.html
      test_visibility.html

   build

     PHPCS
       Sniffs
         ControlStructures
      ruleset.xml
    phpmd.xml

   Tests

     Selenium2TestCase
    Selenium2TestCaseFailuresTest.php
    Selenium2TestCaseTest.php
    SeleniumTestCaseFailuresTest.php
    SeleniumTestCaseRegressionsTest.php
    SeleniumTestCaseSkippedTest.php
    SeleniumTestCaseTest.php
    SuiteBuildingTest.php
  LICENSE
  ChangeLog.markdown
  README.txt
  .travis.yml
  before_script.sh
  .gitmodules
  build.xml
  package.xml
  phpunit-selenium-bootstrap.php
  phpunit.xml.dist
  run-phpunit.php
  .gitignore
Makefile
README.md
composer.json
phpunit.php