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/
DConstraintTest.php15 $constraint = PHPUnit_Framework_Assert::arrayHasKey(0);
40 $constraint = PHPUnit_Framework_Assert::arrayHasKey(0);
62 $constraint = PHPUnit_Framework_Assert::logicalNot(
63 PHPUnit_Framework_Assert::arrayHasKey(0)
90 $constraint = PHPUnit_Framework_Assert::logicalNot(
91 PHPUnit_Framework_Assert::arrayHasKey(0)
115 $constraint = PHPUnit_Framework_Assert::isReadable();
141 $constraint = PHPUnit_Framework_Assert::isWritable();
167 $constraint = PHPUnit_Framework_Assert::directoryExists();
193 $constraint = PHPUnit_Framework_Assert::fileExists();
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/ForwardCompatibility/
DAssert.php13 use PHPUnit_Framework_Assert; alias
15 abstract class Assert extends PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
DAttribute.php50 PHPUnit_Framework_Assert::readAttribute(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
DTestDecorator.php18 class PHPUnit_Extensions_TestDecorator extends PHPUnit_Framework_Assert implements PHPUnit_Framewor…
DPhptTestCase.php113 PHPUnit_Framework_Assert::$assertion($expected, $actual);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DTestResult.php605 PHPUnit_Framework_Assert::resetCount();
744 $test->addToAssertionCount(PHPUnit_Framework_Assert::getCount());
DTestCase.php65 abstract class PHPUnit_Framework_TestCase extends PHPUnit_Framework_Assert implements PHPUnit_Frame…
DAssert.php14 abstract class PHPUnit_Framework_Assert class
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
DChangeLog-5.7.md204 * Added `PHPUnit\Framework\Assert` as an alias for `PHPUnit_Framework_Assert` for forward compatibi…