1 | <?php |
||
10 | class UniqueIteratorTest extends PHPUnit_Framework_TestCase |
||
11 | { |
||
12 | /** @test */ |
||
13 | public function testFilterWithStrictComparisation() |
||
20 | |||
21 | /** @test */ |
||
22 | public function testFilterWithNonStrictComparisation() |
||
29 | |||
30 | /** |
||
31 | * @test |
||
32 | * @expectedException \InvalidArgumentException |
||
33 | */ |
||
34 | public function testShouldWarningIfInvalidOptionsAreSpecified() |
||
38 | } |
||
39 | |||
40 |