1 | <?php |
||
10 | class MapIteratorTest extends PHPUnit_Framework_TestCase |
||
11 | { |
||
12 | /** @test */ |
||
13 | public function testMapIterator() |
||
18 | |||
19 | /** |
||
20 | * @test |
||
21 | * @expectedException \InvalidArgumentException |
||
22 | */ |
||
23 | public function testInvalidArgument() |
||
27 | |||
28 | protected function imap($array, $callable) |
||
32 | } |
||
33 | |||
34 |