1
0
Fork 0
mirror of synced 2025-03-31 03:46:11 +03:00
doctrine2/tests/FormBuilderTestCase.php

7 lines
134 B
PHP

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