## UsedNOTE: Perform test code:s on PHP 7+.
$quote_engine_collector = $this->Application->recallObject('ShippingQuoteCollector');## Used test code:
## Test Plan
# Put test code, defined above, in the `index.php`, after `$application->Init();````
lang=php
# Open home page, that is using just changed `index.php`$quote_engine_collector = $this->Application->recallObject('ShippingQuoteCollector');
# Confirm that no fatal error happens```
## Test Plan (part 1)
# put test code, shown above, in the `/index.php` file, after `$application->Init();` line
# In the adm.console# open home page, that is using just changed `index.php`
- create 2+ custom shipping types
- create product, that allow use only one of created shipping types# confirm that no fatal error happens
## Test Plan (part 2)
# login to the Administrative Console
# create 2+ custom shipping types
# create product, - startthat allow use only one of created shipping ordertypes via shipping limitations
-# start creating order
# confirm that on the `Shipping` tab only one shipping type is available