1
0
mirror of synced 2024-12-13 06:46:03 +03:00
doctrine2/tests/CollectionTestCase.class.php

8 lines
181 B
PHP
Raw Normal View History

2006-04-14 00:37:28 +04:00
<?php
class Doctrine_CollectionTestCase extends Doctrine_UnitTestCase {
public function testAdd() {
}
}
?>