<?php array_shift(array &$array): mixed
<?php $method = TestSuite::getInstance()->tests->get(self::$__filename)->getMethod($this->name()); if ($method->repetitions > 1) { array_shift($arguments); } $underlyingTest = Reflection::getFunctionVariable($this->__test, 'closure');
<?php && $this->options->configuration->stopOnFailure() ) { $this->pending = []; } elseif (($pending = array_shift($this->pending)) !== null) { $worker->assign($pending); $this->batches[$token]++; }