1 | <?php |
||
9 | class UrlTest extends TestCase |
||
10 | { |
||
11 | /** |
||
12 | * @covers OpCacheGUI\Presentation\Url::__construct |
||
13 | */ |
||
14 | public function testConstructCorrectInterface() |
||
20 | |||
21 | /** |
||
22 | * @covers OpCacheGUI\Presentation\Url::__construct |
||
23 | * @covers OpCacheGUI\Presentation\Url::get |
||
24 | * @covers OpCacheGUI\Presentation\Url::getRewriteUrl |
||
25 | */ |
||
26 | public function testGetRewriteUrlStatus() |
||
32 | |||
33 | /** |
||
34 | * @covers OpCacheGUI\Presentation\Url::__construct |
||
35 | * @covers OpCacheGUI\Presentation\Url::get |
||
36 | * @covers OpCacheGUI\Presentation\Url::getRewriteUrl |
||
37 | */ |
||
38 | public function testGetRewriteUrlOther() |
||
44 | |||
45 | /** |
||
46 | * @covers OpCacheGUI\Presentation\Url::__construct |
||
47 | * @covers OpCacheGUI\Presentation\Url::get |
||
48 | * @covers OpCacheGUI\Presentation\Url::getQueryStringUrl |
||
49 | */ |
||
50 | public function testGetQueryStringUrlStatus() |
||
56 | |||
57 | /** |
||
58 | * @covers OpCacheGUI\Presentation\Url::__construct |
||
59 | * @covers OpCacheGUI\Presentation\Url::get |
||
60 | * @covers OpCacheGUI\Presentation\Url::getQueryStringUrl |
||
61 | */ |
||
62 | public function testGetQueryStringUrlOther() |
||
68 | } |
||
69 |