Searched refs:PHPUnit (Results 1 – 25 of 360) sorted by relevance
12345678910>>...15
1 # PHPUnit chapter3 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…
1 # Changes in PHPUnit 5.73 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 …]
2 use PHPUnit\ExampleExtension\TestCaseTrait;4 class OneTest extends PHPUnit\Framework\TestCase
18 - PHPUnit27 $ sudo pear install --alldeps channel://pear.phpunit.de/PHPUnit40 $ phing doc # Build PHPUnit documentation
6 fwrite($stderr, 'PHPUnit must look at STDERR when running PHPT tests.');8 PHPUnit must look at STDERR when running PHPT tests.
2 GH-873: PHPUnit suppresses exceptions thrown outside of test case function20 Fatal error: Uncaught Exception: PHPUnit suppresses exceptions thrown outside of test case function…
2 GH-873: PHPUnit suppresses exceptions thrown outside of test case function20 Fatal error: Uncaught exception 'Exception' with message 'PHPUnit suppresses exceptions thrown outs…
2 GH-1216: PHPUnit bootstrap must take globals vars even when the file is specified in command line17 PHPUnit %s by Sebastian Bergmann and contributors.
2 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.
4 …+phpunit-example-extension/TestCaseTrait.php\�78X\V��O�PHPUnit Example Extension54 * This file is part of the PHPUnit Example Extension.62 namespace PHPUnit\ExampleExtension;
11 namespace PHPUnit\Framework;
2 class Issue2811Test extends PHPUnit\Framework\TestCase
5 use PHPUnit\Framework\TestCase;
12 class Twig_Tests_Grammar_ArgumentsTest extends \PHPUnit\Framework\TestCase
12 class Twig_Tests_Grammar_BodyTest extends \PHPUnit\Framework\TestCase
12 class Twig_Tests_Grammar_ExpressionTest extends \PHPUnit\Framework\TestCase
12 class Twig_Tests_Grammar_BooleanTest extends \PHPUnit\Framework\TestCase
12 class Twig_Tests_Grammar_NumberTest extends \PHPUnit\Framework\TestCase
109 class PHPUnit { class