1
0
mirror of synced 2024-12-13 06:46:03 +03:00
doctrine2/tests/RepositoryTestCase.php
2007-09-02 16:56:44 +00:00

6 lines
117 B
PHP

<?php
class Doctrine_RepositoryTestCase extends Doctrine_UnitTestCase {
public function testAdd() {
}
}