TestMethod
final class TestMethod extends Test (View source)
Methods
__construct(string $className, string $methodName, string $file, int $line, TestDox $testDox, MetadataCollection $metadata, TestDataCollection $testData)
No description
bool
isTestMethod()
No description
string
id()
No description
string
name()
No description
string
className()
No description
string
methodName()
No description
int
line()
No description
metadata()
No description
testData()
No description
string
nameWithClass()
No description
Details
__construct(string $className, string $methodName, string $file, int $line, TestDox $testDox, MetadataCollection $metadata, TestDataCollection $testData)
| internal | This method is not covered by the backward compatibility promise for PHPUnit |
No description
in
Test at line 37
string
file()
No description
bool
isTestMethod()
No description
in
Test at line 53
bool
isPhpt()
No description
string
id()
No description
string
name()
No description
string
className()
No description
string
methodName()
No description
int
line()
No description
TestDox
testDox()
No description
MetadataCollection
metadata()
No description
TestDataCollection
testData()
No description
string
nameWithClass()
No description