Total Complexity | 4 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class BenchCaseAdapter |
||
10 | { |
||
11 | /** |
||
12 | * This method is called before the first test of this test class is run. |
||
13 | */ |
||
14 | public static function setUpBeforeClass() |
||
15 | { |
||
16 | } |
||
17 | |||
18 | /** |
||
19 | * Sets up the fixture, for example, open a network connection. |
||
20 | * This method is called before a test is executed. |
||
21 | */ |
||
22 | public function setUp() |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * Tears down the fixture, for example, close a network connection. |
||
28 | * This method is called after a test is executed. |
||
29 | */ |
||
30 | public function tearDown() |
||
32 | } |
||
33 | |||
34 | /** |
||
35 | * This method is called after the last test of this test class is run. |
||
36 | */ |
||
37 | public static function tearDownAfterClass() |
||
41 |