1 | <?php |
||
11 | final class PageTest extends TestCase |
||
12 | { |
||
13 | protected $page; |
||
14 | |||
15 | protected function setUp(): void |
||
19 | |||
20 | public function testToString(): void |
||
25 | |||
26 | public function testGetId(): void |
||
30 | |||
31 | public function testGetTemplate(): void |
||
36 | |||
37 | public function testGetPath(): void |
||
42 | |||
43 | public function testGetTitle(): void |
||
48 | |||
49 | public function testGetContent(): void |
||
54 | } |
||
55 |