Skip to content

Commit

Permalink
Fix test filename
Browse files Browse the repository at this point in the history
  • Loading branch information
convenient committed Sep 29, 2023
1 parent 0a26269 commit 5dd60c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use TddWizard\Fixtures\Customer\AddressBuilder;
use PHPUnit\Framework\TestCase;

class CancelOrder extends TestCase
class CancelOrderTest extends TestCase
{
/** @var ObjectManagerInterface */
private $objectManager;
Expand Down

0 comments on commit 5dd60c5

Please sign in to comment.