Skip to content

Commit

Permalink
Fix "::class" issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Jul 17, 2016
1 parent bdca7ae commit d43d7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Fixture/Components/SingleComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class SingleComponent extends AbstractComponent
*
* @var string
*/
protected $className = TestClass::class;
protected $className = 'Rougin\Slytherin\Test\Fixture\TestClass';

/**
* Returns an instance from the named class.
Expand Down

0 comments on commit d43d7af

Please sign in to comment.