1
0
mirror of synced 2025-01-18 14:31:40 +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() {
}
}
?>