1
0
mirror of synced 2025-01-18 06:21:40 +03:00
doctrine2/tests/FormBuilderTestCase.php

8 lines
134 B
PHP
Raw Normal View History

2006-04-13 20:37:28 +00:00
<?php
class Doctrine_FormBuilderTestCase extends Doctrine_UnitTestCase {
public function testBuildForm() {
}
}
?>