Home
last modified time | relevance | path

Searched refs:PHPUnit (Results 326 – 350 of 356) sorted by last modified time

1...<<1112131415

/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Extension/
H A DIntlTest.php12 class Twig_Tests_Extension_IntlTest extends \PHPUnit\Framework\TestCase
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Grammar/
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
H A DNumberTest.php12 class Twig_Tests_Grammar_NumberTest extends \PHPUnit\Framework\TestCase
H A DTagTest.php12 class Twig_Tests_Grammar_TagTest extends \PHPUnit\Framework\TestCase
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/
H A DgrammarTest.php15 class grammarTest extends \PHPUnit\Framework\TestCase
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG113 * added support for PHPUnit 6 when testing extensions
949 * fixed the test suite for PHP 5.2 and older versions of PHPUnit
956 * unit tests are now powered by PHPUnit
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DLexerTest.php17 class Twig_Tests_LexerTest extends \PHPUnit\Framework\TestCase
H A DParserTest.php22 class Twig_Tests_ParserTest extends \PHPUnit\Framework\TestCase
H A DTokenStreamTest.php15 class Twig_Tests_TokenStreamTest extends \PHPUnit\Framework\TestCase
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DCallTest.php14 class Twig_Tests_Node_Expression_CallTest extends \PHPUnit\Framework\TestCase
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/
H A DAbstractTest.php14 abstract class Twig_Tests_Profiler_Dumper_AbstractTest extends \PHPUnit\Framework\TestCase
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/
H A DProfileTest.php14 class Twig_Tests_Profiler_ProfileTest extends \PHPUnit\Framework\TestCase
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A DSerializerBuilderTest.php16 use PHPUnit\Framework\TestCase;
/plugin/findologicxmlexport/vendor/phpunit/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 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;

1...<<1112131415