function _noop() { return Underscore::noop(); }
/** * @tags utilities */ public function testNoop() { $this->variable(_::noop(1, 2, 3))->isNull(); }