PhpDeal\Functional\Verify\Stub::testAccessToPrivateField PHP Method

testAccessToPrivateField() public method

Method with contract that access a private variable
public testAccessToPrivateField ( float $variable )
$variable float
    public function testAccessToPrivateField($variable)
    {
        return;
    }