54 lines
947 B
PHP
54 lines
947 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
|
|
{
|
|
//
|
|
}
|
|
}
|
|
|
|
namespace Illuminate\Support\Facades {
|
|
|
|
/**
|
|
* @method static self inertia(string $uri, string $component, array $props = [])
|
|
*/
|
|
class Route
|
|
{
|
|
//
|
|
}
|
|
}
|
|
|
|
namespace Illuminate\Routing {
|
|
|
|
/**
|
|
* @method self inertia(string $uri, string $component, array $props = [])
|
|
*/
|
|
class Router
|
|
{
|
|
//
|
|
}
|
|
}
|