| 1 | <?php | ||
| 10 | class Typo3Test extends \PHPUnit_Framework_TestCase | ||
| 11 | { | ||
| 12 | private $object; | ||
| 13 | |||
| 14 | |||
| 15 | protected function setUp() | ||
| 25 | |||
| 26 | |||
| 27 | protected function tearDown() | ||
| 31 | |||
| 32 | |||
| 33 | public function testTransform() | ||
| 37 | |||
| 38 | |||
| 39 | public function testGetClientAddress() | ||
| 43 | |||
| 44 | |||
| 45 | public function testGetTarget() | ||
| 49 | } | ||
| 50 |