1
0
mirror of synced 2024-12-13 14:56:01 +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() {
}
}
?>