X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fconfig%2FConfigJsonTest.php;h=99c1ea569c00deb9b6c8bb49898b03517171623d;hb=f3d2f257946e2a3c8791c1ba99b379acbe934fec;hp=d237bc80cdacd1a7919399f68cad57ece869a470;hpb=bdc5152d486ca75372c271f94623b248bc127800;p=github%2Fshaarli%2FShaarli.git diff --git a/tests/config/ConfigJsonTest.php b/tests/config/ConfigJsonTest.php index d237bc80..99c1ea56 100644 --- a/tests/config/ConfigJsonTest.php +++ b/tests/config/ConfigJsonTest.php @@ -111,7 +111,7 @@ class ConfigJsonTest extends \PHPUnit_Framework_TestCase /** * Write to invalid path. * - * @expectedException \IOException + * @expectedException \Shaarli\Exceptions\IOException */ public function testWriteInvalidArray() { @@ -122,7 +122,7 @@ class ConfigJsonTest extends \PHPUnit_Framework_TestCase /** * Write to invalid path. * - * @expectedException \IOException + * @expectedException \Shaarli\Exceptions\IOException */ public function testWriteInvalidBlank() {