1 | <?php |
||
22 | class IsHiddenTest extends TestCase |
||
23 | { |
||
24 | /** @var IsHidden */ |
||
25 | private $fixture; |
||
26 | |||
27 | /** |
||
28 | * Initializes the fixture for this test. |
||
29 | */ |
||
30 | public function setUp() |
||
34 | |||
35 | public function tearDown() |
||
39 | |||
40 | /** |
||
41 | * @covers ::isSatisfiedBy |
||
42 | */ |
||
43 | public function testIfSpecificationIsSatisfied() |
||
47 | |||
48 | /** |
||
49 | * @covers ::isSatisfiedBy |
||
50 | */ |
||
51 | public function testIfSpecificationIsNotSatisfied() |
||
55 | } |
||
56 |