Skip to content

Commit

Permalink
Remove unused var.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Dec 2, 2017
1 parent 723d08e commit 97e2e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Database/TypeTest.php
Expand Up @@ -152,7 +152,7 @@ public function testMapAndBuild()
public function testReMapAndBuild()
{
$fooType = FooType::class;
$map = Type::map('foo', $fooType);
Type::map('foo', $fooType);
$type = Type::build('foo');
$this->assertInstanceOf($fooType, $type);

Expand Down

0 comments on commit 97e2e43

Please sign in to comment.