File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
namespace Dbout \WpRestApi \Tests \Unit \Wrappers ;
10
10
11
11
use Dbout \WpRestApi \RouteAction ;
12
- use Dbout \WpRestApi \Tests \fixtures \RouteWithException ;
13
- use Dbout \WpRestApi \Tests \fixtures \RouteWithNotFoundException ;
14
- use Dbout \WpRestApi \Tests \fixtures \RouteWithRouteException ;
12
+ use Dbout \WpRestApi \Tests \Unit \ fixtures \RouteWithException ;
13
+ use Dbout \WpRestApi \Tests \Unit \ fixtures \RouteWithNotFoundException ;
14
+ use Dbout \WpRestApi \Tests \Unit \ fixtures \RouteWithRouteException ;
15
15
use Dbout \WpRestApi \Wrappers \RestWrapper ;
16
16
use PHPUnit \Framework \TestCase ;
17
17
Original file line number Diff line number Diff line change 6
6
* Author: Dimitri BOUTEILLE <bonjour@dimitri-bouteille.fr>
7
7
*/
8
8
9
- namespace Dbout \WpRestApi \Tests \fixtures ;
9
+ namespace Dbout \WpRestApi \Tests \Unit \ fixtures ;
10
10
11
11
class RouteWithException
12
12
{
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Dbout \WpRestApi \Tests \fixtures ;
3
+ namespace Dbout \WpRestApi \Tests \Unit \ fixtures ;
4
4
5
5
use Dbout \WpRestApi \Exceptions \NotFoundException ;
6
6
Original file line number Diff line number Diff line change 6
6
* Author: Dimitri BOUTEILLE <bonjour@dimitri-bouteille.fr>
7
7
*/
8
8
9
- namespace Dbout \WpRestApi \Tests \fixtures ;
9
+ namespace Dbout \WpRestApi \Tests \Unit \ fixtures ;
10
10
11
11
use Dbout \WpRestApi \Exceptions \RouteException ;
12
12
You can’t perform that action at this time.
0 commit comments