Turba_Unit_Driver_Base::testAdd PHP 메소드

testAdd() 공개 메소드

public testAdd ( )
    public function testAdd()
    {
        $id = $this->_add(array('lastname' => 'TEST'));
        $contact = self::$driver->getObject($id);
        $this->assertEquals('TEST', $contact->attributes['lastname']);
    }