Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
20ea0aad
Commit
20ea0aad
authored
Jan 30, 2015
by
jarekj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update QueryBuilderTest.php
parent
94288c29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
QueryBuilderTest.php
tests/Doctrine/Tests/DBAL/Query/QueryBuilderTest.php
+1
-2
No files found.
tests/Doctrine/Tests/DBAL/Query/QueryBuilderTest.php
View file @
20ea0aad
...
...
@@ -4,7 +4,6 @@ namespace Doctrine\Tests\DBAL\Query;
use
Doctrine\DBAL\Query\Expression\ExpressionBuilder
;
use
Doctrine\DBAL\Query\QueryBuilder
;
use
Doctrine\DBAL\Query\QueryException
;
/**
* @group DBAL-12
...
...
@@ -878,7 +877,7 @@ class QueryBuilderTest extends \Doctrine\Tests\DbalTestCase
->
join
(
'a'
,
'table_b'
,
'b'
,
'a.fk_b = b.id'
)
->
join
(
'b'
,
'table_a'
,
'a'
,
'a.fk_b = b.id'
);
$this
->
setExpectedException
(
'QueryException'
);
$this
->
setExpectedException
(
'
Doctrine\DBAL\Query\
QueryException'
);
$this
->
assertEquals
(
'dumb string'
,
$qb
->
getSQL
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment