1 | <?php |
||
14 | class BlogPostFilterTest extends SapphireTest |
||
15 | { |
||
16 | /** |
||
17 | * @var string |
||
18 | */ |
||
19 | protected static $fixture_file = 'blog.yml'; |
||
20 | |||
21 | public function setUp() |
||
27 | |||
28 | public function tearDown() |
||
34 | |||
35 | /** |
||
36 | * Tests that unpublished articles are not returned |
||
37 | * @covers ::augmentSQL |
||
38 | */ |
||
39 | public function testFilter() |
||
58 | } |
||
59 |