laravel->getNamespace(), '', $name); return $this->laravel['path.base'].'/tests/'.str_replace('\\', '/', $name).'.php'; } /** * Get the default namespace for the class. * * @param string $rootNamespace * @return string */ protected function getDefaultNamespace($rootNamespace) { return $rootNamespace; } }