File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace PhpSchool \PhpWorkshopTest \Util ;
3
+ namespace PhpSchool \PhpWorkshopTest \Utils ;
4
4
5
5
use PhpSchool \PhpWorkshop \Utils \ArrayObject ;
6
6
use PHPUnit \Framework \TestCase ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace PhpSchool \PhpWorkshopTest \Util ;
3
+ namespace PhpSchool \PhpWorkshopTest \Utils ;
4
4
5
5
use GuzzleHttp \Psr7 \Request ;
6
6
use PhpSchool \PhpWorkshop \Utils \RequestRenderer ;
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- namespace PhpSchool \PhpWorkshopTest \Util ;
5
+ namespace PhpSchool \PhpWorkshopTest \Utils ;
6
6
7
7
use PhpSchool \PhpWorkshop \Utils \StringUtils ;
8
8
use PHPUnit \Framework \TestCase ;
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- namespace PhpSchool \PhpWorkshopTest \Util ;
5
+ namespace PhpSchool \PhpWorkshopTest \Utils ;
6
6
7
7
use PhpSchool \PhpWorkshop \Exception \RuntimeException ;
8
8
use PhpSchool \PhpWorkshop \Utils \System ;
You can’t perform that action at this time.
0 commit comments