Bitpay\PayoutInstructionTest::testSetLabel PHP Method

testSetLabel() public method

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