Skip to content

Commit

Permalink
Merge pull request #3 from open-source-contributions/fix_class_name
Browse files Browse the repository at this point in the history
Fix correct testing class name
  • Loading branch information
oscarotero authored Dec 25, 2020
2 parents 1326ade + d508fd3 commit 23c7f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MinifyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Middlewares\Utils\Factory;
use PHPUnit\Framework\TestCase;

class MinifierTest extends TestCase
class MinifyTest extends TestCase
{
public function minifierProvider(): array
{
Expand Down

0 comments on commit 23c7f8d

Please sign in to comment.