Skip to content

Commit

Permalink
Fix exception namespace in FixturesAwareTestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-goncalves-kununu committed Jan 23, 2025
1 parent 67cc6b9 commit dac5a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Test/FixturesAwareTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

namespace Kununu\TestingBundle\Test;

use _PHPStan_a54cdb067\Symfony\Component\Process\Exception\RuntimeException;
use Kununu\TestingBundle\Service\Orchestrator;
use Kununu\TestingBundle\Test\Options\DbOptionsInterface;
use Kununu\TestingBundle\Test\Options\OptionsInterface;
use RuntimeException;

/***********************************************************************************************************************
* @formatter:off
Expand Down

0 comments on commit dac5a1d

Please sign in to comment.