Skip to content
This repository was archived by the owner on May 26, 2021. It is now read-only.

Commit e787653

Browse files
committed
Fixed a typo in a classname.
1 parent 30a5430 commit e787653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ResultPrinter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace Skyzyx\ResultPrinter;
77

8-
class ResultPrinter extends PHPUnit_TextUI_ResultPrinter
8+
class ResultPrinter extends \PHPUnit_TextUI_ResultPrinter
99
{
1010
/** @var string */
1111
protected $test_name_status = '';

0 commit comments

Comments
 (0)