1
0
mirror of synced 2025-01-18 22:41:43 +03:00
doctrine2/tests/QuerySelectTestCase.php

8 lines
148 B
PHP
Raw Normal View History

<?php
class Doctrine_Query_Select_TestCase extends Doctrine_UnitTestCase {
public function testAsteriskSelecting() {
}
}
?>