Vendor update && Started using DoctrineMigrations
This commit is contained in:
10
vendor/doctrine/orm/tests/Doctrine/Tests/DbalTestCase.php
vendored
Normal file
10
vendor/doctrine/orm/tests/Doctrine/Tests/DbalTestCase.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Doctrine\Tests;
|
||||
|
||||
/**
|
||||
* Base testcase class for all dbal testcases.
|
||||
*/
|
||||
class DbalTestCase extends DoctrineTestCase
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user