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
+1 -1
View File
@@ -107,7 +107,7 @@ class Mustache_Test_ParserTest extends PHPUnit_Framework_TestCase {
/**
* @dataProvider getBadParseTrees
* @expectedException \LogicException
* @expectedException LogicException
*/
public function testParserThrowsExceptions($tokens) {
$parser = new Mustache_Parser;