/var/www/cobraambalaj/vendor/laravel/framework/src/Illuminate/Testing/Fluent/Concerns
NameSizeModeActions
Debugging.php7210644editdlrm
Has.php41010644editdlrm
Interaction.php14730644editdlrm
Matching.php25860644editdlrm
Edit: /var/www/cobraambalaj/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); }