Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit 47d28d0

Browse files
authored
Update namespace in README.md (#21)
1 parent 5395cce commit 47d28d0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ Prophecy shall be used over Mock Objects.
2828
namespace FooProject\Tests;
2929

3030
use PHPUnit\Framework\TestCase;
31-
use PHPUnitGoodPractices\ExpectationViaCodeOverAnnotationTrait;
32-
use PHPUnitGoodPractices\ExpectOverSetExceptionTrait;
33-
use PHPUnitGoodPractices\IdentityOverEqualityTrait;
34-
use PHPUnitGoodPractices\ProphecyOverMockObjectTrait;
31+
use PHPUnitGoodPractices\Traits\ExpectationViaCodeOverAnnotationTrait;
32+
use PHPUnitGoodPractices\Traits\ExpectOverSetExceptionTrait;
33+
use PHPUnitGoodPractices\Traits\IdentityOverEqualityTrait;
34+
use PHPUnitGoodPractices\Traits\ProphecyOverMockObjectTrait;
3535

3636
final class FooTest extends TestCase
3737
{

0 commit comments

Comments
 (0)