| Conditions | 2 |
| Paths | 2 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 36 | public function canDetermineSupportedTables() { |
||
| 37 | $expectedSupportedTables = array('pages', 'pages_language_overlay', 'tt_content', 'tt_news'); |
||
| 38 | foreach ($expectedSupportedTables as $expectedSupportedTable) { |
||
| 39 | $this->assertTrue(AbstractServices::isSupportedTable($expectedSupportedTable)); |
||
| 40 | } |
||
| 41 | } |
||
| 42 | } |
||
| 43 |