]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/LinkDBTest.php
namespacing: \Shaarli\Http\Base64Url
[github/shaarli/Shaarli.git] / tests / LinkDBTest.php
index c763c0cbd5f34ce7797658b7bcae2e72829f3290..737a2247d03bd7404a9c9ca27961aecd79f596f1 100644 (file)
@@ -3,7 +3,7 @@
  * Link datastore tests
  */
 
-require_once 'application/Cache.php';
+require_once 'application/feed/Cache.php';
 require_once 'application/FileUtils.php';
 require_once 'application/LinkDB.php';
 require_once 'application/Utils.php';
@@ -100,7 +100,7 @@ class LinkDBTest extends PHPUnit_Framework_TestCase
     /**
      * Attempt to instantiate a LinkDB whereas the datastore is not writable
      *
-     * @expectedException              IOException
+     * @expectedException              Shaarli\Exceptions\IOException
      * @expectedExceptionMessageRegExp /Error accessing "null"/
      */
     public function testConstructDatastoreNotWriteable()