Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingmedia authored and markstory committed Nov 3, 2017
1 parent a947ed7 commit 7fee75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Database/QueryTest.php
Expand Up @@ -3377,7 +3377,7 @@ public function testInsertExpressionValues()
public function testIdentifierExpression()
{
$query = new Query($this->connection);
/* @var IdentifierExpression $expression */
/* @var \Cake\Database\Expression\IdentifierExpression $expression */
$expression = $query->identifier('foo');
$this->assertInstanceOf(IdentifierExpression::class, $expression);
$this->assertEquals('foo', $expression->getIdentifier());
Expand Down

0 comments on commit 7fee75c

Please sign in to comment.