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;
    }