X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fconfig%2FConfigJsonTest.php;fp=tests%2Fconfig%2FConfigJsonTest.php;h=95ad060b0537fed84ca2bd2cc43a6f92098ee1b4;hb=ff3b5dc5542ec150f0d9b447394364a15e9156d0;hp=d237bc80cdacd1a7919399f68cad57ece869a470;hpb=1826e383ecf501302974132fd443cf1ca06e10f6;p=github%2Fshaarli%2FShaarli.git diff --git a/tests/config/ConfigJsonTest.php b/tests/config/ConfigJsonTest.php index d237bc80..95ad060b 100644 --- a/tests/config/ConfigJsonTest.php +++ b/tests/config/ConfigJsonTest.php @@ -4,7 +4,7 @@ namespace Shaarli\Config; /** * Class ConfigJsonTest */ -class ConfigJsonTest extends \PHPUnit_Framework_TestCase +class ConfigJsonTest extends \PHPUnit\Framework\TestCase { /** * @var ConfigJson @@ -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() {