PAMI\Client\Impl\Test_Actions::can_dbdel PHP Method

can_dbdel() public method

public can_dbdel ( )
    public function can_dbdel()
    {
        $write = array(implode("\r\n", array('action: DBDel', 'actionid: 1432.123', 'family: family', 'key: key', '')));
        $action = new \PAMI\Message\Action\DBDelAction('family', 'key');
        $client = $this->_start($write, $action);
    }
Test_Actions