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
Fri, Feb 28, 21:39 (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2438188
Default Alt Text
PlaceholderTest.php (412 B)

Event Timeline