Turba_Unit_Driver_Base::testAdd PHP Méthode

testAdd() public méthode

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