Commit eae99dc0 by Seldaek

* Fixes test bug

git-svn-id: svn://dwoo.org/dwoo/trunk@12 0598d79b-80c4-4d41-97ba-ac86fbbd088b
parent 3a66a7cd
......@@ -18,7 +18,7 @@ class CoreTests extends PHPUnit_Framework_TestCase
// extend this class and override this in your constructor to test a modded compiler
$this->compiler = new DwooCompiler();
$this->dwoo = new Dwoo();
DwooLoader::rebuildClassPathCache(DWOO_DIRECTORY.'plugins', DWOO_DIRECTORY.'cache'.DIRECTORY_SEPARATOR.'classpath.cache');
DwooLoader::rebuildClassPathCache(DWOO_DIRECTORY.'plugins', DWOO_COMPILE_DIRECTORY.DIRECTORY_SEPARATOR.'classpath.cache.php');
}
public function testReadVar()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment