| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | public function testGetSubQueryColumnDescriptors(): void |
||
| 13 | { |
||
| 14 | $queryFactory = new FindObjectsFromRawSqlQueryFactory($this->tdbmService, $this->tdbmService->getConnection()->getSchemaManager()->createSchema(), 'country', 'SELECT country.* FROM country'); |
||
| 15 | $this->expectException(TDBMException::class); |
||
| 16 | $queryFactory->getSubQueryColumnDescriptors(); |
||
| 17 | } |
||
| 27 |