diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-01-16 12:30:18 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2017-03-21 20:16:26 +0100 |
commit | b2306b0c783365e3f8110ae25bc93f2630b8b2c8 (patch) | |
tree | 746c41d42d3230e05839fa2631e78b9e283b33ad /tests/LinkDBTest.php | |
parent | c4c655d9bfe68a914898d76bb9c479eea1b04f72 (diff) | |
download | Shaarli-b2306b0c783365e3f8110ae25bc93f2630b8b2c8.tar.gz Shaarli-b2306b0c783365e3f8110ae25bc93f2630b8b2c8.tar.zst Shaarli-b2306b0c783365e3f8110ae25bc93f2630b8b2c8.zip |
Move database read/write to FileUtils class + additional unit tests
Diffstat (limited to 'tests/LinkDBTest.php')
-rw-r--r-- | tests/LinkDBTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/LinkDBTest.php b/tests/LinkDBTest.php index 1f62a34a..7bf98f92 100644 --- a/tests/LinkDBTest.php +++ b/tests/LinkDBTest.php | |||
@@ -101,7 +101,7 @@ class LinkDBTest extends PHPUnit_Framework_TestCase | |||
101 | * Attempt to instantiate a LinkDB whereas the datastore is not writable | 101 | * Attempt to instantiate a LinkDB whereas the datastore is not writable |
102 | * | 102 | * |
103 | * @expectedException IOException | 103 | * @expectedException IOException |
104 | * @expectedExceptionMessageRegExp /Error accessing\nnull/ | 104 | * @expectedExceptionMessageRegExp /Error accessing "null"/ |
105 | */ | 105 | */ |
106 | public function testConstructDatastoreNotWriteable() | 106 | public function testConstructDatastoreNotWriteable() |
107 | { | 107 | { |