Alex\BehatLauncher\Behat\LazyRunUnitList::all PHP Метод

all() публичный Метод

public all ( )
    public function all()
    {
        if (null === $this->cache) {
            $this->cache = $this->storage->getUnits($this->run)->all();
        }
        return $this->cache;
    }