1 | <?php |
||
9 | class MultiFormObjectDecoratorTest extends SapphireTest |
||
10 | { |
||
11 | protected static $fixture_file = 'MultiFormObjectDecoratorTest.yml'; |
||
12 | |||
13 | protected static $required_extensions = [ |
||
14 | MultiFormObjectDecoratorDataObject::class => [MultiFormObjectDecorator::class] |
||
15 | ]; |
||
16 | |||
17 | protected static $extra_dataobjects = [ |
||
18 | MultiFormObjectDecoratorDataObject::class |
||
19 | ]; |
||
20 | |||
21 | public function testTemporaryDataFilteredQuery() |
||
31 | |||
32 | public function testTemporaryDataQuery() |
||
42 | } |
||
43 |