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