Skip to content

Commit

Permalink
Ignore userland deprecations during phpspec execution
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Apr 22, 2021
1 parent 552d3df commit 47dae27
Show file tree
Hide file tree
Showing 39 changed files with 78 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ suites:
UserBundle: { namespace: Sylius\Bundle\UserBundle, psr4_prefix: Sylius\Bundle\UserBundle, spec_path: src/Sylius/Bundle/UserBundle, src_path: src/Sylius/Bundle/UserBundle }

Behat: { namespace: Sylius\Behat, psr4_prefix: Sylius\Behat, spec_path: src/Sylius/Behat, src_path: src/Sylius/Behat }

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Bundle/AddressingBundle/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Bundle\AddressingBundle
psr4_prefix: Sylius\Bundle\AddressingBundle
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Bundle/AdminBundle/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Bundle\AdminBundle
psr4_prefix: Sylius\Bundle\AdminBundle
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Bundle/ApiBundle/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Bundle\ApiBundle
psr4_prefix: Sylius\Bundle\ApiBundle
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Bundle/AttributeBundle/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Bundle\AttributeBundle
psr4_prefix: Sylius\Bundle\AttributeBundle
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Bundle/ChannelBundle/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Bundle\ChannelBundle
psr4_prefix: Sylius\Bundle\ChannelBundle
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Bundle/CoreBundle/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Bundle\CoreBundle
psr4_prefix: Sylius\Bundle\CoreBundle
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Bundle/CurrencyBundle/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Bundle\CurrencyBundle
psr4_prefix: Sylius\Bundle\CurrencyBundle
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Bundle/CustomerBundle/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Bundle\CustomerBundle
psr4_prefix: Sylius\Bundle\CustomerBundle
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Bundle/InventoryBundle/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Bundle\InventoryBundle
psr4_prefix: Sylius\Bundle\InventoryBundle
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Bundle/LocaleBundle/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Bundle\LocaleBundle
psr4_prefix: Sylius\Bundle\LocaleBundle
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Bundle/MoneyBundle/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Bundle\MoneyBundle
psr4_prefix: Sylius\Bundle\MoneyBundle
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Bundle/OrderBundle/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Bundle\OrderBundle
psr4_prefix: Sylius\Bundle\OrderBundle
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Bundle/PaymentBundle/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Bundle\PaymentBundle
psr4_prefix: Sylius\Bundle\PaymentBundle
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Bundle/PayumBundle/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Bundle\PayumBundle
psr4_prefix: Sylius\Bundle\PayumBundle
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Bundle/ProductBundle/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Bundle\ProductBundle
psr4_prefix: Sylius\Bundle\ProductBundle
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Bundle/PromotionBundle/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Bundle\PromotionBundle
psr4_prefix: Sylius\Bundle\PromotionBundle
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Bundle/ShippingBundle/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Bundle\ShippingBundle
psr4_prefix: Sylius\Bundle\ShippingBundle
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Bundle/ShopBundle/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Bundle\ShopBundle
psr4_prefix: Sylius\Bundle\ShopBundle
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Bundle/TaxationBundle/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Bundle\TaxationBundle
psr4_prefix: Sylius\Bundle\TaxationBundle
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Bundle/TaxonomyBundle/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Bundle\TaxonomyBundle
psr4_prefix: Sylius\Bundle\TaxonomyBundle
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Bundle/UiBundle/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Bundle\UiBundle
psr4_prefix: Sylius\Bundle\UiBundle
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Bundle/UserBundle/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Bundle\UserBundle
psr4_prefix: Sylius\Bundle\UserBundle
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Component/Addressing/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Component\Addressing
psr4_prefix: Sylius\Component\Addressing
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Component/Attribute/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Component\Attribute
psr4_prefix: Sylius\Component\Attribute
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Component/Channel/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Component\Channel
psr4_prefix: Sylius\Component\Channel
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Component/Core/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Component\Core
psr4_prefix: Sylius\Component\Core
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Component/Currency/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Component\Currency
psr4_prefix: Sylius\Component\Currency
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Component/Customer/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Component\Customer
psr4_prefix: Sylius\Component\Customer
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Component/Inventory/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Component\Inventory
psr4_prefix: Sylius\Component\Inventory
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Component/Locale/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Component\Locale
psr4_prefix: Sylius\Component\Locale
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Component/Order/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Component\Order
psr4_prefix: Sylius\Component\Order
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Component/Payment/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Component\Payment
psr4_prefix: Sylius\Component\Payment
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Component/Product/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Component\Product
psr4_prefix: Sylius\Component\Product
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Component/Promotion/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Component\Promotion
psr4_prefix: Sylius\Component\Promotion
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Component/Shipping/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Component\Shipping
psr4_prefix: Sylius\Component\Shipping
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Component/Taxation/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Component\Taxation
psr4_prefix: Sylius\Component\Taxation
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Component/Taxonomy/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Component\Taxonomy
psr4_prefix: Sylius\Component\Taxonomy
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT
2 changes: 2 additions & 0 deletions src/Sylius/Component/User/phpspec.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ suites:
namespace: Sylius\Component\User
psr4_prefix: Sylius\Component\User
src_path: .

runner.maintainers.errors.level: 14335 # E_ALL & ~E_USER_DEPRECATED ^ E_STRICT

0 comments on commit 47dae27

Please sign in to comment.