Home
last modified time | relevance | path

Searched refs:PHPUnit (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/plugin/findologicxmlexport/vendor/phpunit/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…
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 …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/phpunit-example-extension/tests/
H A DOneTest.php2 use PHPUnit\ExampleExtension\TestCaseTrait;
4 class OneTest extends PHPUnit\Framework\TestCase
/plugin/gtime/gtlib/
H A DREADME18 - PHPUnit
27 $ sudo pear install --alldeps channel://pear.phpunit.de/PHPUnit
40 $ phing doc # Build PHPUnit documentation
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dphpt-stderr.phpt6 fwrite($stderr, 'PHPUnit must look at STDERR when running PHPT tests.');
8 PHPUnit must look at STDERR when running PHPT tests.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D873-php5.phpt2 GH-873: PHPUnit suppresses exceptions thrown outside of test case function
20 Fatal error: Uncaught exception 'Exception' with message 'PHPUnit suppresses exceptions thrown outs…
H A D873-php7.phpt2 GH-873: PHPUnit suppresses exceptions thrown outside of test case function
20 Fatal error: Uncaught Exception: PHPUnit suppresses exceptions thrown outside of test case function…
H A D765.phpt2 GH-765: Fatal error triggered in PHPUnit when exception is thrown in data provider of a test with a…
14 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.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/ForwardCompatibility/
H A DBaseTestListener.php11 namespace PHPUnit\Framework;
H A DAssert.php11 namespace PHPUnit\Framework;
H A DAssertionFailedError.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/tests/Regression/GitHub/2811/
H A DIssue2811Test.php2 class Issue2811Test extends PHPUnit\Framework\TestCase
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2972/
H A DunconventiallyNamedIssue2972Test.php5 use PHPUnit\Framework\TestCase;
/plugin/freechat/phpfreechat/lib/pear/
H A DPHPUnit.php109 class PHPUnit { class
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Grammar/
H A DArrayTest.php12 class Twig_Tests_Grammar_ArrayTest extends \PHPUnit\Framework\TestCase
H A DConstantTest.php12 class Twig_Tests_Grammar_ConstantTest extends \PHPUnit\Framework\TestCase
H A DArgumentsTest.php12 class Twig_Tests_Grammar_ArgumentsTest extends \PHPUnit\Framework\TestCase
H A DBodyTest.php12 class Twig_Tests_Grammar_BodyTest extends \PHPUnit\Framework\TestCase
H A DBooleanTest.php12 class Twig_Tests_Grammar_BooleanTest extends \PHPUnit\Framework\TestCase
H A DExpressionTest.php12 class Twig_Tests_Grammar_ExpressionTest extends \PHPUnit\Framework\TestCase

12345678910>>...15