1 | <?php |
||
16 | final class NullMappingTest extends TestCase |
||
17 | { |
||
18 | |||
19 | /** |
||
20 | * @var NullMapping |
||
21 | */ |
||
22 | private $mapping; |
||
23 | |||
24 | public function setUp() |
||
28 | |||
29 | /** |
||
30 | * @test |
||
31 | */ |
||
32 | public function shouldDescribeOrigin() |
||
36 | |||
37 | /** |
||
38 | * @test |
||
39 | */ |
||
40 | public function shouldNotCollectAnyColumns() |
||
44 | |||
45 | } |
||
46 |