PHP 8.3.31
Preview: Debugging.php Size: 571 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Testing/Fluent/Concerns/Debugging.php

<?php

namespace Illuminate\Testing\Fluent\Concerns;

use Illuminate\Support\Traits\Dumpable;

trait Debugging
{
    use Dumpable;

    /**
     * Dumps the given props.
     *
     * @param  string|null  $prop
     * @return $this
     */
    public function dump(?string $prop = null): self
    {
        dump($this->prop($prop));

        return $this;
    }

    /**
     * Retrieve a prop within the current scope using "dot" notation.
     *
     * @param  string|null  $key
     * @return mixed
     */
    abstract protected function prop(?string $key = null);
}

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
571 B lrw-rw-rw- 2025-09-17 06:52:58
Edit Download
5.94 KB lrw-rw-rw- 2025-09-17 06:52:58
Edit Download
1.44 KB lrw-rw-rw- 2025-09-17 06:52:58
Edit Download
6.00 KB lrw-rw-rw- 2025-09-17 06:52:58
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).