From 8bdf1ddce5325166f3cc00912535132dc66d47cb Mon Sep 17 00:00:00 2001 From: Daniel Rotter Date: Wed, 10 Jun 2015 21:13:58 +0200 Subject: [PATCH] removed the test for write protection --- composer.json | 8 +++++++- tests/ImplementationLoader.php | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d47983ba..f7892102 100644 --- a/composer.json +++ b/composer.json @@ -42,5 +42,11 @@ "branch-alias": { "dev-master": "1.3-dev" } - } + }, + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/danrot/jackalope.git" + } + ] } diff --git a/tests/ImplementationLoader.php b/tests/ImplementationLoader.php index 3974c8e1..82c1cca8 100644 --- a/tests/ImplementationLoader.php +++ b/tests/ImplementationLoader.php @@ -90,6 +90,7 @@ protected function __construct(Connection $connection, $fixturePath) 'Versioning\\VersionManagerTest::testRestoreByPathAndName', 'Versioning\\VersionManagerTest::testRestoreByVersionObject', 'Versioning\\VersionManagerTest::testRestoreRootVersion', + 'Versioning\\VersionManagerTest::testWriteNotCheckedOutVersion', ); if ($connection->getDatabasePlatform() instanceof Doctrine\DBAL\Platforms\SqlitePlatform) {