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