31 lines
593 B
PHP
31 lines
593 B
PHP
<?php
|
|
|
|
/** @noinspection PhpUndefinedClassInspection */
|
|
/** @noinspection PhpFullyQualifiedNameUsageInspection */
|
|
/** @noinspection PhpUnusedAliasInspection */
|
|
|
|
namespace Illuminate\Testing {
|
|
|
|
/**
|
|
* @see \Inertia\Testing\TestResponseMacros
|
|
*
|
|
* @method self assertInertia(\Closure $assert = null)
|
|
*/
|
|
class TestResponse
|
|
{
|
|
//
|
|
}
|
|
}
|
|
|
|
namespace Illuminate\Foundation\Testing {
|
|
|
|
/**
|
|
* @see \Inertia\Testing\TestResponseMacros
|
|
*
|
|
* @method self assertInertia(\Closure $assert = null)
|
|
*/
|
|
class TestResponse
|
|
{
|
|
//
|
|
}
|
|
}
|