Fixed tests

This commit is contained in:
Dmitry Khomutov 2017-01-04 15:16:20 +07:00
commit a10f760122
6 changed files with 31 additions and 12 deletions

View file

@ -86,7 +86,7 @@ class PharTest extends \PHPUnit_Framework_TestCase
protected function checkReadonly()
{
if (ini_get('phar.readonly')) {
$this->markTestSkipped('phar writing disabled in php.ini.');
$this->markTestSkipped('Test skipped because phar writing disabled in php.ini.');
}
}