6 lines
117 B
PHP
6 lines
117 B
PHP
|
<?php
|
||
|
class Doctrine_RepositoryTestCase extends Doctrine_UnitTestCase {
|
||
|
public function testAdd() {
|
||
|
}
|
||
|
}
|