File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
tests/unit/Framework/MockObject/Creation Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 7
7
* For the full copyright and license information, please view the LICENSE
8
8
* file that was distributed with this source code.
9
9
*/
10
- namespace PHPUnit \Framework \MockObject ;
10
+ namespace PHPUnit \Framework \MockObject \ Generator ;
11
11
12
12
use function sprintf ;
13
13
Original file line number Diff line number Diff line change 14
14
use function trait_exists ;
15
15
use PHPUnit \Framework \Exception ;
16
16
use PHPUnit \Framework \InvalidArgumentException ;
17
+ use PHPUnit \Framework \MockObject \Generator \CannotUseAddMethodsException ;
17
18
use PHPUnit \Framework \MockObject \Generator \ClassIsEnumerationException ;
18
19
use PHPUnit \Framework \MockObject \Generator \ClassIsFinalException ;
19
20
use PHPUnit \Framework \MockObject \Generator \ClassIsReadonlyException ;
Original file line number Diff line number Diff line change 20
20
use PHPUnit \Framework \Attributes \Group ;
21
21
use PHPUnit \Framework \Attributes \Medium ;
22
22
use PHPUnit \Framework \Attributes \TestDox ;
23
+ use PHPUnit \Framework \MockObject \Generator \CannotUseAddMethodsException ;
23
24
use PHPUnit \Framework \MockObject \Generator \DuplicateMethodException ;
24
25
use PHPUnit \Framework \MockObject \Generator \InvalidMethodNameException ;
25
26
use PHPUnit \Framework \MockObject \Generator \NameAlreadyInUseException ;
You can’t perform that action at this time.
0 commit comments