You are here

9 calls to PHPUnit_Util_Test::parseTestMethodAnnotations() in Zircon Profile 8

PHPUnit_Framework_TestCase::getAnnotations in vendor/phpunit/phpunit/src/Framework/TestCase.php
Returns the annotations for this test.
PHPUnit_Util_Test::getBooleanAnnotationSetting in vendor/phpunit/phpunit/src/Util/Test.php
@since Method available since Release 3.4.0
PHPUnit_Util_Test::getDependencies in vendor/phpunit/phpunit/src/Util/Test.php
Returns the dependencies for a test class or method.
PHPUnit_Util_Test::getExpectedException in vendor/phpunit/phpunit/src/Util/Test.php
Returns the expected exception for a test.
PHPUnit_Util_Test::getGroups in vendor/phpunit/phpunit/src/Util/Test.php
Returns the groups for a test class or method.
PHPUnit_Util_Test::getLinesToBeCovered in vendor/phpunit/phpunit/src/Util/Test.php
@since Method available since Release 4.0.0
PHPUnit_Util_Test::getLinesToBeCoveredOrUsed in vendor/phpunit/phpunit/src/Util/Test.php
@since Method available since Release 4.2.0
PHPUnit_Util_Test::getProcessIsolationSettings in vendor/phpunit/phpunit/src/Util/Test.php
Returns the process isolation settings for a test.
PHPUnit_Util_Test::getTickets in vendor/phpunit/phpunit/src/Util/Test.php
Returns the tickets for a test class or method.