8 lines
161 B
PHP
8 lines
161 B
PHP
<?php
|
|
class Doctrine_RepositoryTestCase extends Doctrine_UnitTestCase {
|
|
public function testAdd() {
|
|
|
|
}
|
|
}
|
|
?>
|