Rajout de doctrine/orm
[zf2.biz/application_blanche.git] / vendor / doctrine / orm / tests / Doctrine / Tests / DbalTestCase.php
diff --git a/vendor/doctrine/orm/tests/Doctrine/Tests/DbalTestCase.php b/vendor/doctrine/orm/tests/Doctrine/Tests/DbalTestCase.php
new file mode 100644 (file)
index 0000000..2478e7b
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+
+namespace Doctrine\Tests;
+
+/**
+ * Base testcase class for all dbal testcases.
+ */
+class DbalTestCase extends DoctrineTestCase
+{
+}
\ No newline at end of file