PayPal\Test\Api\FileAttachmentTest::testGetters PHP Méthode

testGetters() public méthode

public testGetters ( FileAttachment $obj )
$obj PayPal\Api\FileAttachment
    public function testGetters($obj)
    {
        $this->assertEquals($obj->getName(), "TestSample");
        $this->assertEquals($obj->getUrl(), "http://www.google.com");
    }