1
0
mirror of synced 2025-01-18 14:31:40 +03:00
doctrine2/tests/RepositoryTestCase.php

6 lines
117 B
PHP
Raw Normal View History

2006-04-13 20:37:28 +00:00
<?php
class Doctrine_RepositoryTestCase extends Doctrine_UnitTestCase {
public function testAdd() {
}
}