1
0
mirror of synced 2025-01-06 00:57:10 +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() {
}
}
?>