| 1 | <?php |
||
| 12 | class EzpublishTest extends \PHPUnit_Framework_TestCase |
||
| 13 | { |
||
| 14 | private $object; |
||
| 15 | |||
| 16 | |||
| 17 | protected function setUp() |
||
| 23 | |||
| 24 | |||
| 25 | protected function tearDown() |
||
| 29 | |||
| 30 | |||
| 31 | public function testCleanup() |
||
| 35 | |||
| 36 | |||
| 37 | public function testDeleteItems() |
||
| 41 | |||
| 42 | |||
| 43 | public function testGetSearchAttributes() |
||
| 52 | |||
| 53 | |||
| 54 | public function testGetSubManager() |
||
| 59 | } |
||
| 60 |