Method |
Description |
|
describe ( PHPUnit_Framework_Test $test, boolean $asString = true ) : mixed |
|
|
getBackupSettings ( string $className, string $methodName ) : array |
Returns the backup settings for a test. |
|
getDataFromTestWithAnnotation ( string $docComment ) : array |
|
|
getDependencies ( string $className, string $methodName ) : array |
Returns the dependencies for a test class or method. |
|
getErrorHandlerSettings ( string $className, string $methodName ) : boolean |
Returns the error handler settings for a test. |
|
getExpectedException ( string $className, string $methodName ) : array |
Returns the expected exception for a test. |
|
getGroups ( string $className, string $methodName = '' ) : array |
Returns the groups for a test class or method. |
|
getHookMethods ( string $className ) : array |
|
|
getInlineAnnotations ( string $className, string $methodName ) : array |
|
|
getLinesToBeCovered ( string $className, string $methodName ) : array | boolean |
|
|
getLinesToBeUsed ( string $className, string $methodName ) : array |
Returns lines of code specified with the @uses annotation. |
|
getMissingRequirements ( string $className, string $methodName ) : array |
Returns the missing requirements for a test. |
|
getPreserveGlobalStateSettings ( string $className, string $methodName ) : boolean |
Returns the preserve global state settings for a test. |
|
getProcessIsolationSettings ( string $className, string $methodName ) : boolean |
Returns the process isolation settings for a test. |
|
getProvidedData ( string $className, string $methodName ) : array | Iterator |
Returns the provided data for a method. |
|
getRequirements ( string $className, string $methodName ) : array |
Returns the requirements for a test. |
|
getSize ( string $className, string $methodName ) : integer |
Returns the size of the test. |
|
parseTestMethodAnnotations ( string $className, string $methodName = '' ) : array |
|
|