Page MenuHomeDevCentral

ExampleTest.php
No OneTemporary

ExampleTest.php

<?php
use Illuminate\Foundation\Testing\WithoutMiddleware;
use Illuminate\Foundation\Testing\DatabaseMigrations;
use Illuminate\Foundation\Testing\DatabaseTransactions;
class ExampleTest extends TestCase
{
/**
* A basic functional test example.
*
* @return void
*/
public function testBasicExample()
{
$this->visit('/')
->see('Laravel 5');
}
}

File Metadata

Mime Type
text/x-php
Expires
Sun, May 3, 07:20 (3 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3661806
Default Alt Text
ExampleTest.php (403 B)

Event Timeline