AddressTest::testAddressDestroy PHP Метод

testAddressDestroy() публичный Метод

public testAddressDestroy ( )
    public function testAddressDestroy()
    {
        $this->frontAuthTest();
        $this->_deleteTestAddress();
        $address = $this->_craeteAddress();
        $this->makeRequest("DELETE", "/my-account/address/" . $address->id)->seePageIs('/my-account/address')->dontSee('first name');
    }