Page MenuHomeDevCentral

No OneTemporary

diff --git a/tests/ExampleTest.php b/tests/PlaceholderTest.php
similarity index 62%
rename from tests/ExampleTest.php
rename to tests/PlaceholderTest.php
index 7e81d37..6cc0fd1 100644
--- a/tests/ExampleTest.php
+++ b/tests/PlaceholderTest.php
@@ -1,19 +1,19 @@
<?php
use Illuminate\Foundation\Testing\WithoutMiddleware;
use Illuminate\Foundation\Testing\DatabaseMigrations;
use Illuminate\Foundation\Testing\DatabaseTransactions;
-class ExampleTest extends TestCase
+class PlaceholderTest extends TestCase
{
/**
- * A basic functional test example.
+ * Placeholder homepage works.
*
* @return void
*/
- public function testBasicExample()
+ public function testPlaceholder()
{
$this->visit('/')
- ->see('Laravel 5');
+ ->see('Notifications center');
}
}

File Metadata

Mime Type
text/x-diff
Expires
Mon, Nov 25, 16:00 (23 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2260483
Default Alt Text
(844 B)

Event Timeline