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