We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4d5df commit f1d66f3Copy full SHA for f1d66f3
tests/CSSParserTests.php
@@ -2,7 +2,7 @@
2
3
// !!!! Do not edit this File with TextMate. Saving will corrupt one Unicode character (U+1D11E).
4
5
-require_once('CSSParser.php');
+require_once(dirname(__FILE__).'/../CSSParser.php');
6
7
class CSSParserTests extends PHPUnit_Framework_TestCase {
8
function testCssFiles() {
0 commit comments