Codeception\Command\GeneratePhpunitBootstrap::bootstrapFilePath PHP Method

bootstrapFilePath() private method

private bootstrapFilePath ( $testsPath )
    private function bootstrapFilePath($testsPath)
    {
        return Utils::unleadslashit($testsPath . 'phpunit-bootstrap.php');
    }