]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/LinkDBTest.php
Move database read/write to FileUtils class + additional unit tests
[github/shaarli/Shaarli.git] / tests / LinkDBTest.php
index 1f62a34a160ea5e17c31bbaa0117ef7785ff4202..7bf98f92101d572de71e345bf55080457b5aae7f 100644 (file)
@@ -101,7 +101,7 @@ class LinkDBTest extends PHPUnit_Framework_TestCase
      * Attempt to instantiate a LinkDB whereas the datastore is not writable
      *
      * @expectedException              IOException
-     * @expectedExceptionMessageRegExp /Error accessing\nnull/
+     * @expectedExceptionMessageRegExp /Error accessing "null"/
      */
     public function testConstructDatastoreNotWriteable()
     {