mirror of
https://github.com/mrclay/minify.git
synced 2025-08-20 12:51:52 +02:00
Apply php-cs-fixer fixers
- braces - function_declaration - lowercase_keywords - method_argument_space - no_spaces_inside_parenthesis - no_trailing_whitespace - no_trailing_whitespace_in_comment - single_blank_line_at_eof
This commit is contained in:
@@ -23,7 +23,10 @@ class MinifyImportProcessorTest extends TestCase
|
||||
realpath($linDir . '/lib/css/example.css'),
|
||||
);
|
||||
|
||||
$this->assertEquals($expectedIncludes, Minify_ImportProcessor::$filesIncluded,
|
||||
'included right files in right order');
|
||||
$this->assertEquals(
|
||||
$expectedIncludes,
|
||||
Minify_ImportProcessor::$filesIncluded,
|
||||
'included right files in right order'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user