ThirdPartyTests
class ThirdPartyTests
Contains collection of functions that allows uses to add support for third parting unit testing frameworks.
Constants
| THIRD_PARTY_TEST_PATH |
|
Methods
static int
makeBuilder(string $className)
Generates a new unit test builder class.
static int
makeRunner(string $className)
Generates a new unit test runner class.
Details
at line 20
static int
makeBuilder(string $className)
Generates a new unit test builder class.
at line 35
static int
makeRunner(string $className)
Generates a new unit test runner class.