Page MenuHomeDevCentral

PlaceholderTest.php
No OneTemporary

PlaceholderTest.php

<?php
namespace Nasqueron\Notifications\Tests;
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, Jul 27, 20:35 (10 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2754950
Default Alt Text
PlaceholderTest.php (454 B)

Event Timeline