DropDatabaseCommandTest.php 220 B

12345678910111213
  1. <?php
  2. use Symfony\Component\Console\Application;
  3. use Symfony\Component\Console\Tester\CommandTester;
  4. class DropDatabaseCommandTest extends PHPUnit_Framework_TestCase
  5. {
  6. public function testExecute()
  7. {
  8. }
  9. }