Skip to content

Commit

Permalink
Test factory method
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesvdvreken committed Feb 22, 2016
1 parent a985357 commit f04c116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Csv/Transformers/JustHeadersTest.php
Expand Up @@ -12,7 +12,7 @@ class JustHeadersTest extends PHPUnit_Framework_TestCase
public function implements_contracts()
{
// Arrange
$transformer = (new JustHeaders())->setHeaders(['header 1']);
$transformer = JustHeaders::fromHeaders([]);

// Act

Expand Down

0 comments on commit f04c116

Please sign in to comment.