Commit ad9f3332 authored by Viral Solani's avatar Viral Solani

misc

parent 98b8ff6c
......@@ -23,7 +23,9 @@ abstract class BrowserKitTestCase extends BaseTestCase
*
* @var string
*/
protected $baseUrl = 'http://l5boilerplate.dev';
protected $baseUrl = ' */
*/
http://laraveladminpanel.dev';
/**
* @var
......@@ -62,7 +64,9 @@ abstract class BrowserKitTestCase extends BaseTestCase
{
parent::setUp();
$this->baseUrl = config('app.url', 'http://l5boilerplate.dev');
$this->baseUrl = config('app.url', ' */
*/
http://laraveladminpanel.dev');
// Set up the database
Artisan::call('migrate:refresh');
......
......@@ -19,7 +19,9 @@ abstract class TestCase extends Illuminate\Foundation\Testing\TestCase
*
* @var string
*/
protected $baseUrl = 'http://l5boilerplate.dev';
protected $baseUrl = ' */
*/
http://laraveladminpanel.dev';
/**
* @var
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment