File tree 3 files changed +3
-7
lines changed
3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 32
32
},
33
33
"autoload-dev" : {
34
34
"psr-4" : {
35
- "Amp\\ PHPUnit\\ Test \\ " : " test"
35
+ "Amp\\ PHPUnit\\ " : " test"
36
36
}
37
37
}
38
38
}
Original file line number Diff line number Diff line change 1
1
<?php declare (strict_types=1 );
2
2
3
- namespace Amp \PHPUnit \ Test ;
3
+ namespace Amp \PHPUnit ;
4
4
5
5
use Amp \DeferredFuture ;
6
6
use Amp \Future ;
7
- use Amp \PHPUnit \AsyncTestCase ;
8
- use Amp \PHPUnit \TestException ;
9
- use Amp \PHPUnit \UnhandledException ;
10
7
use PHPUnit \Framework \AssertionFailedError ;
11
8
use Revolt \EventLoop ;
12
9
use function Amp \async ;
Original file line number Diff line number Diff line change 1
1
<?php declare (strict_types=1 );
2
2
3
- namespace Amp \PHPUnit \ Test ;
3
+ namespace Amp \PHPUnit ;
4
4
5
- use Amp \PHPUnit \AsyncTestCase ;
6
5
use PHPUnit \Framework \AssertionFailedError ;
7
6
8
7
class InvalidAsyncTestCaseTest extends AsyncTestCase
You can’t perform that action at this time.
0 commit comments