Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3769573
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
844 B
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Nov 25, 16:00 (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2260483
Default Alt Text
(844 B)
Attached To
Mode
rNOTIF Notifications center
Attached
Detach File
Event Timeline
Log In to Comment