Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F10813712
TestCase.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
532 B
Referenced Files
None
Subscribers
None
TestCase.php
View Options
<?php
class
TestCase
extends
Illuminate\Foundation\Testing\TestCase
{
/**
* The base URL to use while testing the application.
*
* @var string
*/
protected
$baseUrl
=
'http://localhost'
;
/**
* Creates the application.
*
* @return \Illuminate\Foundation\Application
*/
public
function
createApplication
()
{
$app
=
require
__DIR__
.
'/../bootstrap/app.php'
;
$app
->
make
(
Illuminate\Contracts\Console\Kernel
::
class
)->
bootstrap
();
return
$app
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Jul 29, 14:00 (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2792923
Default Alt Text
TestCase.php (532 B)
Attached To
Mode
rNOTIF Notifications center
Attached
Detach File
Event Timeline
Log In to Comment