Skip to content

Commit

Permalink
Avoid Deprecated: Creation of dynamic property
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k3lm committed Feb 19, 2024
1 parent a401b3e commit 34dbedb
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,21 @@
*/
class CreateOrderRequestBuilderTest extends TestCase
{
/**
* @var Quote
*/
private $quote;

/**
* @var CreateOrderRequestBuilderFactory
*/
private $createOrderRequestBuilderFactory;

/**
* @var \Sequra\Core\Services\Bootstrap
*/
private $bootstrap;

/**
* @magentoDataFixture Magento/Sales/_files/quote_with_customer.php
* @magentoDataFixture Sequra_Core::Test/_files/sequra_configuration.php
Expand Down

0 comments on commit 34dbedb

Please sign in to comment.