/
home
/
sjslayjy
/
public_html
/
theweavenest
/
vendor
/
spatie
/
flare-client-php
/
tests
/
Concerns
/
Upload File
HOME
<?php namespace Spatie\FlareClient\Tests\Concerns; use Spatie\FlareClient\Tests\TestClasses\DumpDriver; use function Spatie\Snapshots\assertMatchesSnapshot; trait MatchesDumpSnapshots { public function assertMatchesDumpSnapshot(array $codeSnippet) { assertMatchesSnapshot($codeSnippet, new DumpDriver()); } }