| 1 | <?php |
||
| 11 | class FilterableUriTest extends TestCase |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var FilterableUri |
||
| 15 | */ |
||
| 16 | protected $uri; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Sets up the fixture, for example, opens a network connection. |
||
| 20 | * This method is called before a test is executed. |
||
| 21 | */ |
||
| 22 | protected function setUp() |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @covers VDB\Spider\Uri\FilterableUri::setFiltered |
||
| 32 | * @covers VDB\Spider\Uri\FilterableUri::isFiltered |
||
| 33 | * @covers VDB\Spider\Uri\FilterableUri::getFilterReason |
||
| 34 | */ |
||
| 35 | public function testSetFiltered() |
||
| 41 | |||
| 42 | /** |
||
| 43 | * @covers VDB\Spider\Uri\FilterableUri::getIdentifier |
||
| 44 | * @todo Implement testGetIdentifier(). |
||
| 45 | */ |
||
| 46 | public function testGetIdentifier() |
||
| 50 | } |
||
| 51 |