Home
last modified time | relevance | path

Searched refs:PHPUnit (Results 101 – 125 of 356) sorted by path

12345678910>>...15

/plugin/findologicxmlexport/vendor/phpunit/php-timer/tests/
H A DTimerTest.php11 use PHPUnit\Framework\TestCase;
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/
H A DClassTest.php11 use PHPUnit\Framework\TestCase;
H A DClosureTest.php11 use PHPUnit\Framework\TestCase;
H A DFunctionTest.php11 use PHPUnit\Framework\TestCase;
H A DIncludeTest.php11 use PHPUnit\Framework\TestCase;
H A DInterfaceTest.php11 use PHPUnit\Framework\TestCase;
H A DNamespaceTest.php11 use PHPUnit\Framework\TestCase;
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/
H A DTokenTest.php11 use PHPUnit\Framework\TestCase;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/
H A DREADME.md7 **PHPUnit_MockObject** is the default mock object library for PHPUnit.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A D.php_cs.dist3 This file is part of PHPUnit.
H A DChangeLog-5.7.md1 # Changes in PHPUnit 5.7
3 All notable changes of the PHPUnit 5.7 release series are documented in this file using the [Keep a…
10 …anbergmann/phpunit/issues/2950): Class extending `PHPUnit\Framework\TestSuite` does not extend `PH…
17 * Fixed [#2472](https://github.com/sebastianbergmann/phpunit/issues/2472): `PHPUnit\Util\Getopt` us…
49 …d `PHPUnit\Framework\AssertionFailedError`, `PHPUnit\Framework\Test`, and `PHPUnit\Framework\TestS…
65 * Fixed [#2638](https://github.com/sebastianbergmann/phpunit/pull/2638): Regression in `PHPUnit\Fra…
81 * `PHPUnit\Util\Test::getDataFromTestWithAnnotation()` raises notice when docblock contains Windows…
202 …on directive to configure a directory from which all `.phar` files are loaded as PHPUnit extensions
204 * Added `PHPUnit\Framework\Assert` as an alias for `PHPUnit_Framework_Assert` for forward compatibi…
205 * Added `PHPUnit\Framework\BaseTestListener` as an alias for `PHPUnit_Framework_BaseTestListener` f…
[all …]
H A DLICENSE1 PHPUnit
H A DREADME.md1 # PHPUnit chapter
3 PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architec…
11 …t/phar) that has all required (as well as some optional) dependencies of PHPUnit bundled in a sing…
29 Alternatively, you may use [Composer](https://getcomposer.org/) to download and install PHPUnit as …
33 …/master/.github/CONTRIBUTING.md) for information on how to contribute to PHPUnit and its related p…
37 …hanks to everyone who has contributed to PHPUnit! You can find a detailed list of contributors on …
39 * [PHPUnit](https://github.com/sebastianbergmann/phpunit/graphs/contributors)
45 * [PHPUnit Documentation](https://github.com/sebastianbergmann/phpunit-documentation/graphs/contrib…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/ForwardCompatibility/
H A DAssert.php11 namespace PHPUnit\Framework;
H A DAssertionFailedError.php11 namespace PHPUnit\Framework;
H A DBaseTestListener.php11 namespace PHPUnit\Framework;
H A DTest.php11 namespace PHPUnit\Framework;
H A DTestCase.php11 namespace PHPUnit\Framework;
H A DTestListener.php11 namespace PHPUnit\Framework;
H A DTestSuite.php11 namespace PHPUnit\Framework;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php1017 print 'Use "phpunit --self-upgrade" to install PHPUnit ' . $latestVersion . "\n";
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1149.phpt14 PHPUnit %s by Sebastian Bergmann and contributors.
H A D1216.phpt2 GH-1216: PHPUnit bootstrap must take globals vars even when the file is specified in command line
17 PHPUnit %s by Sebastian Bergmann and contributors.
H A D1265.phpt15 PHPUnit %s by Sebastian Bergmann and contributors.
H A D1330.phpt16 PHPUnit %s by Sebastian Bergmann and contributors.

12345678910>>...15