Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12869818
TestCase.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
341 B
Referenced Files
None
Subscribers
None
TestCase.php
View Options
<?php
class
TestCase
extends
Illuminate\Foundation\Testing\TestCase
{
/**
* Creates the application.
*
* @return \Illuminate\Foundation\Application
*/
public
function
createApplication
()
{
$app
=
require
__DIR__
.
'/../bootstrap/app.php'
;
$app
->
make
(
'Illuminate
\C
ontracts
\C
onsole
\K
ernel'
)->
bootstrap
();
return
$app
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Nov 17, 15:41 (2 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3163406
Default Alt Text
TestCase.php (341 B)
Attached To
Mode
rGROVE Auth Grove
Attached
Detach File
Event Timeline
Log In to Comment