forked from monofony/Monofony
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpspec.yml.dist
15 lines (12 loc) · 1.17 KB
/
phpspec.yml.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
suites:
# Bridges
FOSOAuthServerBridge: { namespace: Monofony\Bridge\FOSOAuthServer, psr4_prefix: Monofony\Bridge\FOSOAuthServer, spec_path: src/Monofony/Bridge/FOSOAuthServer, src_path: src/Monofony/Bridge/FOSOAuthServer }
SyliusUserBridge: { namespace: Monofony\Bridge\SyliusUser, psr4_prefix: Monofony\Bridge\SyliusUser, spec_path: src/Monofony/Bridge/SyliusUser, src_path: src/Monofony/Bridge/SyliusUser }
# Bundles
CoreBundle: { namespace: Monofony\Bundle\CoreBundle, psr4_prefix: Monofony\Bundle\CoreBundle, spec_path: src/Monofony/Bundle/CoreBundle, src_path: src/Monofony/Bundle/CoreBundle }
# Components
Admin: { namespace: Monofony\Component\Admin, psr4_prefix: Monofony\Component\Admin, spec_path: src/Monofony/Component/Admin, src_path: src/Monofony/Component/Admin }
# Packs
AdminPack.recipe: { spec_path: src/Monofony/MetaPack/AdminMeta/.recipe, src_path: src/Monofony/MetaPack/AdminMeta/.recipe }
ApiPack.recipe: { spec_path: src/Monofony/MetaPack/ApiMeta/.recipe, src_path: src/Monofony/MetaPack/ApiMeta/.recipe }
CorePack.recipe: { spec_path: src/Monofony/MetaPack/CoreMeta/.recipe, src_path: src/Monofony/MetaPack/CoreMeta/.recipe }