lithium\test\MockerChain::__construct()

public method

Constructor. Saves the results from the mock.

Parameters

  • array $results

    Results from the mock

Returns

void

Source

	public function __construct($results) {
		$this->_data['results'] = $results;
	}