1
0
mirror of synced 2024-12-14 15:16:04 +03:00
doctrine2/tests/FormBuilderTestCase.class.php
doctrine 571cb46726
2006-04-13 20:37:28 +00:00

8 lines
134 B
PHP

<?php
class Doctrine_FormBuilderTestCase extends Doctrine_UnitTestCase {
public function testBuildForm() {
}
}
?>