File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 6
6
use Illuminate \Contracts \Container \BindingResolutionException ;
7
7
use Illuminate \Support \Facades \Queue ;
8
8
9
- use Spatie \EventSourcing \Tests \TestClasses \Projectors \ProjectorWithDynamicWeight ;
10
9
use function PHPUnit \Framework \assertCount ;
11
10
use function PHPUnit \Framework \assertEquals ;
12
11
use function PHPUnit \Framework \assertInstanceOf ;
21
20
use Spatie \EventSourcing \Tests \TestClasses \Projectors \FakeMoneyAddedCountProjector ;
22
21
use Spatie \EventSourcing \Tests \TestClasses \Projectors \MoneyAddedCountProjector ;
23
22
use Spatie \EventSourcing \Tests \TestClasses \Projectors \ProjectorThatThrowsAnException ;
23
+ use Spatie \EventSourcing \Tests \TestClasses \Projectors \ProjectorWithDynamicWeight ;
24
24
use Spatie \EventSourcing \Tests \TestClasses \Projectors \ProjectorWithHighWeight ;
25
25
use Spatie \EventSourcing \Tests \TestClasses \Projectors \ProjectorWithLowWeight ;
26
26
use Spatie \EventSourcing \Tests \TestClasses \Projectors \ProjectorWithNegativeWeight ;
You can’t perform that action at this time.
0 commit comments