Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
tests: factory add info
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ committed Jan 3, 2016
1 parent 9e61f04 commit 612663e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class FactoryTest extends \Nella\MonologTracy\TestCase

public function testBlueScreen()
{
$blueScreen = Factory::blueScreen();
$blueScreen = Factory::blueScreen(['Test']);
$this->assertInstanceOf(BlueScreen::class, $blueScreen);
}

Expand Down

0 comments on commit 612663e

Please sign in to comment.