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