Alex\BehatLauncher\Behat\LazyRunUnitList::all PHP Method

all() public method

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