Skip to content

Commit

Permalink
removed the test for write protection
Browse files Browse the repository at this point in the history
  • Loading branch information
danrot authored and dbu committed Jan 22, 2016
1 parent afba787 commit 8bdf1dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,11 @@
"branch-alias": {
"dev-master": "1.3-dev"
}
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/danrot/jackalope.git"
}
]
}
1 change: 1 addition & 0 deletions tests/ImplementationLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 8bdf1dd

Please sign in to comment.