| 1 | <?php |
||
| 7 | class FileListSqlSupportTest extends \PHPUnit_Framework_TestCase |
||
| 8 | { |
||
| 9 | public function testThatAllParserStatementsAreSupported() |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @param string $class |
||
| 25 | * @param string $property |
||
| 26 | * @return mixed |
||
| 27 | */ |
||
| 28 | protected function getProtectedStaticPropertyValue($class, $property) |
||
| 38 | } |
||
| 39 |