|
dolibarr
13.0.2
|
Inheritance diagram for MyObjectTest:
Collaboration diagram for MyObjectTest:Public Member Functions | |
| __construct () | |
| Constructor We save global variables into local variables. More... | |
| testSomething () | |
| A sample test. More... | |
| testMyObjectCreate () | |
| testMyObjectCreate More... | |
| testMyObjectDelete ($id) | |
| testMyObjectDelete More... | |
Static Public Member Functions | |
| static | setUpBeforeClass () |
| Global test setup. More... | |
| static | tearDownAfterClass () |
| Global test teardown. More... | |
Protected Member Functions | |
| setUp () | |
| Unit test setup. More... | |
| tearDown () | |
| Unit test teardown. More... | |
Definition at line 45 of file MyObjectTest.php.
| MyObjectTest::__construct | ( | ) |
Constructor We save global variables into local variables.
Definition at line 58 of file MyObjectTest.php.
References print.
|
protected |
|
static |
|
protected |
|
static |
Global test teardown.
Definition at line 114 of file MyObjectTest.php.
References print.
| MyObjectTest::testMyObjectCreate | ( | ) |
| MyObjectTest::testMyObjectDelete | ( | $id | ) |
testMyObjectDelete
| int | $id | Id of object |
testMyObjectCreate The depends says test is run only if previous is ok
Definition at line 176 of file MyObjectTest.php.
References print.
| MyObjectTest::testSomething | ( | ) |