Skip to content

Commit

Permalink
Rename test method
Browse files Browse the repository at this point in the history
  • Loading branch information
franzliedke committed Mar 16, 2018
1 parent f5cd88c commit 07201ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Database/DatabaseQueryBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,7 @@ public function testFirstMethodReturnsFirstResult()
$this->assertEquals(['foo' => 'bar'], $results);
}

public function testListMethodsGetsArrayOfColumnValues()
public function testPluckMethodGetsCollectionOfColumnValues()
{
$builder = $this->getBuilder();
$builder->getConnection()->shouldReceive('select')->once()->andReturn([['foo' => 'bar'], ['foo' => 'baz']]);
Expand Down

0 comments on commit 07201ac

Please sign in to comment.