Skip to content

Commit f1d66f3

Browse files
committed
more robust test include
1 parent ea4d5df commit f1d66f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CSSParserTests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// !!!! Do not edit this File with TextMate. Saving will corrupt one Unicode character (U+1D11E).
44

5-
require_once('CSSParser.php');
5+
require_once(dirname(__FILE__).'/../CSSParser.php');
66

77
class CSSParserTests extends PHPUnit_Framework_TestCase {
88
function testCssFiles() {

0 commit comments

Comments
 (0)