mirror of
https://github.com/doctrine/doctrine1.git
synced 2026-03-23 22:42:06 +01:00
6 lines
112 B
PHP
6 lines
112 B
PHP
<?php
|
|
class Doctrine_RepositoryTestCase extends Doctrine_UnitTestCase {
|
|
public function testAdd() {
|
|
}
|
|
}
|