lithium\test\MockerChain::success()
Gives back the success flag
Returns
boolSource
public function success() {
$success = $this->_data['success'];
$this->_data = [
'results' => $this->_data['results'],
'method' => false,
'args' => false,
'success' => true,
'callTime' => 0,
];
return $success;
}