rootNamespace(), '', $name); return $this->laravel->basePath().'/tests'.str_replace('\\', '/', $name).'.php'; } /** * Get the default namespace for the class. * * @param string $rootNamespace * @return string */ protected function getDefaultNamespace($rootNamespace) { return $rootNamespace.'\Browser'; } /** * Get the root namespace for the class. * * @return string */ protected function rootNamespace() { return 'Tests'; } }