Home
last modified time | relevance | path

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

12345678910>>...15

/plugin/findologicxmlexport/vendor/phpunit/phpunit/
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…
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…
11 * Fixed [#2972](https://github.com/sebastianbergmann/phpunit/issues/2972): PHPUnit crashes when tes…
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…
72 * Fixed [#2572](https://github.com/sebastianbergmann/phpunit/issues/2572): `PHPUnit\Framework\TestC…
81 * `PHPUnit\Util\Test::getDataFromTestWithAnnotation()` raises notice when docblock contains Windows…
109 …x for [#2475](https://github.com/sebastianbergmann/phpunit/pull/2475) does not apply to PHPUnit 5.7
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/phpunit-example-extension/tests/
DOneTest.php2 use PHPUnit\ExampleExtension\TestCaseTrait;
4 class OneTest extends PHPUnit\Framework\TestCase
/plugin/gtime/gtlib/
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/
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/
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…
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…
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.
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.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/phpunit-example-extension/tools/phpunit.d/
Dphpunit-example-extension-1.0.0.phar4 …���+���phpunit-example-extension/TestCaseTrait.php\���78X\��V��O�������PHPUnit Example Extension
54 * This file is part of the PHPUnit Example Extension.
62 namespace PHPUnit\ExampleExtension;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/ForwardCompatibility/
DAssert.php11 namespace PHPUnit\Framework;
DBaseTestListener.php11 namespace PHPUnit\Framework;
DTestCase.php11 namespace PHPUnit\Framework;
DTestListener.php11 namespace PHPUnit\Framework;
DAssertionFailedError.php11 namespace PHPUnit\Framework;
DTestSuite.php11 namespace PHPUnit\Framework;
DTest.php11 namespace PHPUnit\Framework;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2811/
DIssue2811Test.php2 class Issue2811Test extends PHPUnit\Framework\TestCase
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2972/
DunconventiallyNamedIssue2972Test.php5 use PHPUnit\Framework\TestCase;
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Grammar/
DArgumentsTest.php12 class Twig_Tests_Grammar_ArgumentsTest extends \PHPUnit\Framework\TestCase
DBodyTest.php12 class Twig_Tests_Grammar_BodyTest extends \PHPUnit\Framework\TestCase
DExpressionTest.php12 class Twig_Tests_Grammar_ExpressionTest extends \PHPUnit\Framework\TestCase
DBooleanTest.php12 class Twig_Tests_Grammar_BooleanTest extends \PHPUnit\Framework\TestCase
DNumberTest.php12 class Twig_Tests_Grammar_NumberTest extends \PHPUnit\Framework\TestCase
/plugin/freechat/phpfreechat/lib/pear/
DPHPUnit.php109 class PHPUnit { class

12345678910>>...15