[2.0] Finished reorganization of grammar rules in DQL parser source code. Renamed some private methods.
This commit is contained in:
parent
1299e83853
commit
58a157863e
File diff suppressed because it is too large
Load Diff
@ -48,7 +48,7 @@ class LanguageRecognitionTest extends \Doctrine\Tests\OrmTestCase
|
||||
|
||||
$parser = new \Doctrine\ORM\Query\Parser($query);
|
||||
// We do NOT test SQL construction here. That only unnecessarily slows down the tests!
|
||||
$parser->setSqlTreeWalker(new \Doctrine\Tests\Mocks\MockTreeWalker);
|
||||
$parser->setTreeWalker(new \Doctrine\Tests\Mocks\MockTreeWalker);
|
||||
|
||||
return $parser->parse();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user