1
0
mirror of synced 2024-12-13 14:56:01 +03:00
doctrine2/tests/RepositoryTestCase.php

8 lines
161 B
PHP

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