1
0
mirror of synced 2025-02-07 07:49:27 +03:00
doctrine2/tests/CollectionTestCase.class.php
doctrine 571cb46726
2006-04-13 20:37:28 +00:00

8 lines
181 B
PHP

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