Page MenuHomeDevCentral

PlaceholderTest.php
No OneTemporary

PlaceholderTest.php

<?php
use Illuminate\Foundation\Testing\WithoutMiddleware;
use Illuminate\Foundation\Testing\DatabaseMigrations;
use Illuminate\Foundation\Testing\DatabaseTransactions;
class PlaceholderTest extends TestCase
{
/**
* Placeholder homepage works.
*
* @return void
*/
public function testPlaceholder()
{
$this->visit('/')
->see('Notifications center');
}
}

File Metadata

Mime Type
text/x-php
Expires
Sun, May 17, 19:01 (11 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3645150
Default Alt Text
PlaceholderTest.php (412 B)

Event Timeline