/var/www/flurhymez/vendor/laravel/framework/src/Illuminate/Testing/Fluent/Concerns
NameSizeModeActions
Debugging.php7210644editdlrm
Has.php51270644editdlrm
Interaction.php14730644editdlrm
Matching.php48420644editdlrm
Edit: /var/www/flurhymez/vendor/laravel/framework/src/Illuminate/Testing/Fluent/Concerns/Debugging.php (721B)
prop($prop)); return $this; } /** * Dumps the given props and exits. * * @param string|null $prop * @return void */ public function dd(string $prop = null): void { dd($this->prop($prop)); } /** * Retrieve a prop within the current scope using "dot" notation. * * @param string|null $key * @return mixed */ abstract protected function prop(string $key = null); }