Exemplo n.º 1
0
 /**
  * @testdox Possui método ``getItems()`` que é um atalho para ``->getShippings()->first()->getItems()``
  * @dataProvider dataProviderObject
  * @cover ::getItems
  * @test
  */
 public function getItems(Order $order, $expected = null)
 {
     $this->assertInstanceOf(Items::class, $order->getItems());
 }