1 | <?php |
||
14 | class ReadFileQueryCreatorTest extends SapphireTest |
||
15 | { |
||
16 | |||
17 | protected $usesDatabase = true; |
||
18 | |||
19 | public function setUp() |
||
26 | |||
27 | public function tearDown() |
||
34 | |||
35 | /** |
||
36 | * @expectedException \InvalidArgumentException |
||
37 | * @expectedExceptionMessage view access not permitted |
||
38 | */ |
||
39 | public function testItRestrictsQueryByCanView() |
||
52 | } |
||
53 |