Bitpay\PayoutInstructionTest::testSetLabel PHP Метод

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

public testSetLabel ( )
    public function testSetLabel()
    {
        $this->instruction->setLabel('employee label');
        $this->assertNotNull($this->instruction->getLabel());
        $this->assertSame('employee label', $this->instruction->getLabel());
    }