1 | <?php |
||
18 | class HeaderTest extends \PHPUnit_Framework_TestCase |
||
19 | { |
||
20 | /** |
||
21 | * @covers \Janitor\Excluder\Header::isExcluded |
||
22 | */ |
||
23 | public function testIsExcludedExists() |
||
30 | |||
31 | /** |
||
32 | * @covers \Janitor\Excluder\Header::__construct |
||
33 | * @covers \Janitor\Excluder\Header::isExcluded |
||
34 | */ |
||
35 | public function testIsExcludedByString() |
||
42 | |||
43 | /** |
||
44 | * @covers \Janitor\Excluder\Header::isExcluded |
||
45 | */ |
||
46 | public function testIsExcludedByRegex() |
||
53 | |||
54 | /** |
||
55 | * @covers \Janitor\Excluder\Header::isExcluded |
||
56 | */ |
||
57 | public function testIsNotExcluded() |
||
63 | } |
||
64 |