Skip to content

Commit

Permalink
Removed require_once from test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper N. Brouwer committed Nov 15, 2012
1 parent 0d9cf68 commit 39bc14a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Doctrine/Tests/DBAL/Platforms/MySqlPlatformTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
use Doctrine\DBAL\Schema\Schema;
use Doctrine\DBAL\Schema\Index;

require_once __DIR__ . '/../../TestInit.php';

class MySqlPlatformTest extends AbstractPlatformTestCase
{
public function createPlatform()
Expand Down

0 comments on commit 39bc14a

Please sign in to comment.