We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8b7e0 commit 54d9a61Copy full SHA for 54d9a61
tests/06_Query/QueryObjectSql2Test.php
@@ -115,7 +115,7 @@ public function testGetStoredQueryPath()
115
116
$p = $query->getStoredQueryPath();
117
$this->assertEquals('/tests_general_query/queryNode', $p);
118
- } catch(exception $e) {
+ } catch(\Exception $e) {
119
//FIXME: finally?
120
$this->sharedFixture['ie']->import('general/base');
121
throw $e;
0 commit comments