Total Complexity | 3 |
Total Lines | 40 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
22 | class AskQueryTest extends TestCase |
||
23 | { |
||
24 | protected function setUp(): void |
||
25 | { |
||
26 | parent::setUp(); |
||
27 | |||
28 | $this->subjectUnderTest = InMemoryStoreSqlite::createInstance(); |
||
29 | } |
||
30 | |||
31 | public function testAskDefaultGraph() |
||
45 | ); |
||
46 | } |
||
47 | |||
48 | public function testAskGraphSpecified() |
||
62 | ); |
||
63 | } |
||
65 |