Skip to content

Commit

Permalink
Fix typo in test case name
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksei Khudiakov <[email protected]>
  • Loading branch information
Xerkus committed Jun 3, 2022
1 parent cfb405e commit a90ea5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Laminas\Mvc\MvcEvent;
use PHPUnit\Framework\TestCase;

class InvalidControllerTypeShouldTrigerDispatchErrorTest extends TestCase
class InvalidControllerTypeShouldTriggerDispatchErrorTest extends TestCase
{
use InvalidControllerTypeTrait;

Expand Down

0 comments on commit a90ea5f

Please sign in to comment.