mirror of
https://github.com/mrclay/minify.git
synced 2025-08-30 09:09:54 +02:00
Require later SCSS PHP for tests
No longer test PHP 5.3
This commit is contained in:
@@ -4,6 +4,10 @@ class ScssSourceTest extends TestCase
|
||||
{
|
||||
public function setUp()
|
||||
{
|
||||
if (version_compare(PHP_VERSION, '5.4.0', '<')) {
|
||||
$this->markTestSkipped('scssphp is not compatible with this PHP version.');
|
||||
}
|
||||
|
||||
$this->realDocRoot = $_SERVER['DOCUMENT_ROOT'];
|
||||
$_SERVER['DOCUMENT_ROOT'] = self::$document_root;
|
||||
}
|
||||
|
Reference in New Issue
Block a user