forked from prugala/tuna-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpspec.yml
25 lines (25 loc) · 820 Bytes
/
phpspec.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
suites:
Command:
namespace: TunaCMS\AdminBundle\Command
psr4_prefix: TunaCMS\AdminBundle\Command
spec_prefix: Command
spec_path: Spec
src_path: Command
Controller:
namespace: TunaCMS\AdminBundle\Controller
psr4_prefix: TunaCMS\AdminBundle\Controller
spec_prefix: Controller
spec_path: Spec
src_path: Controller
DependencyInjection:
namespace: TunaCMS\AdminBundle\DependencyInjection
psr4_prefix: TunaCMS\AdminBundle\DependencyInjection
spec_prefix: DependencyInjection
spec_path: Spec
src_path: DependencyInjection
Menu:
namespace: TunaCMS\AdminBundle\Menu
psr4_prefix: TunaCMS\AdminBundle\Menu
spec_prefix: Menu
spec_path: Spec
src_path: Menu