1
0
mirror of synced 2025-01-06 09:07:09 +03:00
doctrine2/tests/ExportMysqlTestCase.php

8 lines
153 B
PHP

<?php
class Doctrine_Export_Mysql_TestCase {
public function testCreateDatabase() {
}
}
?>