Home
last modified time | relevance | path

Searched refs:PHPUnit_Framework_Assert (Results 1 – 9 of 9) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DConstraintTest.php63 PHPUnit_Framework_Assert::arrayHasKey(0)
91 PHPUnit_Framework_Assert::arrayHasKey(0)
244 PHPUnit_Framework_Assert::fileExists()
274 PHPUnit_Framework_Assert::fileExists()
514 PHPUnit_Framework_Assert::anything()
848 PHPUnit_Framework_Assert::equalTo(1)
877 PHPUnit_Framework_Assert::equalTo(1)
1343 PHPUnit_Framework_Assert::isNull()
1371 PHPUnit_Framework_Assert::isNull()
1445 PHPUnit_Framework_Assert::lessThan(1)
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/ForwardCompatibility/
H A DAssert.php13 use PHPUnit_Framework_Assert; alias
15 abstract class Assert extends PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DAttribute.php50 PHPUnit_Framework_Assert::readAttribute(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DTestDecorator.php18 class PHPUnit_Extensions_TestDecorator extends PHPUnit_Framework_Assert implements PHPUnit_Framewor…
H A DPhptTestCase.php113 PHPUnit_Framework_Assert::$assertion($expected, $actual);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php605 PHPUnit_Framework_Assert::resetCount();
744 $test->addToAssertionCount(PHPUnit_Framework_Assert::getCount());
H A DTestCase.php65 abstract class PHPUnit_Framework_TestCase extends PHPUnit_Framework_Assert implements PHPUnit_Frame…
H A DAssert.php14 abstract class PHPUnit_Framework_Assert class
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md204 * Added `PHPUnit\Framework\Assert` as an alias for `PHPUnit_Framework_Assert` for forward compatibi…