use DatabaseTransactions;
+ // Local user instances
+ private $admin;
+ private $editor;
+
/**
* The base URL to use while testing the application.
- *
* @var string
*/
protected $baseUrl = 'http://localhost';
- // Local user instances
- private $admin;
- private $editor;
-
public function tearDown()
{
\DB::disconnect();