[PHPSpec] Remove unused specs, move temporarily unimplemented ones to another catalog and enable spec for implemented ones

This commit is contained in:
Kamil Grygierzec 2023-10-03 15:32:36 +02:00 committed by Wojdylak
parent d1102b18d4
commit df152aec6e
151 changed files with 57 additions and 99 deletions

View file

@ -269,6 +269,7 @@
"src/Sylius/*/*/Tests/",
"src/Sylius/Component/Core/Test/Tests/",
"src/Sylius/*/*/spec/",
"src/Sylius/*/*/disabledSpec/",
"src/Sylius/*/*/test/",
"src/Sylius/*/*/phparkitect.php"
]

View file

@ -19,8 +19,7 @@ suites:
AddressingBundle: { namespace: Sylius\Bundle\AddressingBundle, psr4_prefix: Sylius\Bundle\AddressingBundle, spec_path: src/Sylius/Bundle/AddressingBundle, src_path: src/Sylius/Bundle/AddressingBundle }
AdminBundle: { namespace: Sylius\Bundle\AdminBundle, psr4_prefix: Sylius\Bundle\AdminBundle, spec_path: src/Sylius/Bundle/AdminBundle, src_path: src/Sylius/Bundle/AdminBundle }
# Temporary exclusion during upgrade to API Platform 3
#ApiBundle: { namespace: Sylius\Bundle\ApiBundle, psr4_prefix: Sylius\Bundle\ApiBundle, spec_path: src/Sylius/Bundle/ApiBundle, src_path: src/Sylius/Bundle/ApiBundle }
ApiBundle: { namespace: Sylius\Bundle\ApiBundle, psr4_prefix: Sylius\Bundle\ApiBundle, spec_path: src/Sylius/Bundle/ApiBundle, src_path: src/Sylius/Bundle/ApiBundle }
AttributeBundle: { namespace: Sylius\Bundle\AttributeBundle, psr4_prefix: Sylius\Bundle\AttributeBundle, spec_path: src/Sylius/Bundle/AttributeBundle, src_path: src/Sylius/Bundle/AttributeBundle }
ChannelBundle: { namespace: Sylius\Bundle\ChannelBundle, psr4_prefix: Sylius\Bundle\ChannelBundle, spec_path: src/Sylius/Bundle/ChannelBundle, src_path: src/Sylius/Bundle/ChannelBundle }
CoreBundle: { namespace: Sylius\Bundle\CoreBundle, psr4_prefix: Sylius\Bundle\CoreBundle, spec_path: src/Sylius/Bundle/CoreBundle, src_path: src/Sylius/Bundle/CoreBundle }

Some files were not shown because too many files have changed in this diff Show more