Remove some more slashes for 5.2.

This commit is contained in:
Justin Hileman
2012-05-01 14:25:02 -07:00
parent 0135107769
commit 1ffd7c1a8f
5 changed files with 12 additions and 12 deletions
@@ -28,14 +28,14 @@ class Mustache_Test_Loader_FilesystemLoaderTest extends PHPUnit_Framework_TestCa
}
/**
* @expectedException \RuntimeException
* @expectedException RuntimeException
*/
public function testMissingBaseDirThrowsException() {
$loader = new Mustache_Loader_FilesystemLoader(dirname(__FILE__).'/not_a_directory');
}
/**
* @expectedException \InvalidArgumentException
* @expectedException InvalidArgumentException
*/
public function testMissingTemplateThrowsException() {
$baseDir = realpath(dirname(__FILE__).'/../../../fixtures/templates');