1 | <?php |
||
16 | class T3StatusTest extends \PHPUnit_Framework_TestCase |
||
17 | { |
||
18 | private $object; |
||
19 | |||
20 | |||
21 | /** |
||
22 | * Sets up the fixture. This method is called before a test is executed. |
||
23 | */ |
||
24 | protected function setUp() |
||
28 | |||
29 | |||
30 | /** |
||
31 | * Tears down the fixture. This method is called after a test is executed. |
||
32 | */ |
||
33 | protected function tearDown() |
||
37 | |||
38 | |||
39 | public function testTranslate() |
||
43 | |||
44 | |||
45 | public function testTranslateDisabled() |
||
49 | |||
50 | |||
51 | public function testReverse() |
||
55 | |||
56 | |||
57 | public function testReverseDisabled() |
||
61 | } |
||
62 |