1
0
mirror of synced 2025-01-06 09:07:09 +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() {
}
}
?>