mirror of
https://github.com/mrclay/minify.git
synced 2025-08-31 09:31:48 +02:00
Port last of min_unit_tests, remove references to it, add composer script
This commit is contained in:
@@ -9,8 +9,8 @@ class TestCase extends PHPUnit_Framework_TestCase
|
||||
|
||||
public static function setupBeforeClass()
|
||||
{
|
||||
self::$document_root = __DIR__ . '/../min_unit_tests';
|
||||
self::$test_files = self::$document_root . '/_test_files';
|
||||
self::$document_root = __DIR__;
|
||||
self::$test_files = __DIR__ . '/_test_files';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user