PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Testing
<?php namespace Illuminate\Foundation\Testing; class RefreshDatabaseState { /** * Indicates if the test database has been migrated. * * @var bool */ public static $migrated = false; }
[-] TestCase.php
[edit]
[+]
..
[-] DatabaseTransactions.php
[edit]
[-] RefreshDatabaseState.php
[edit]
[-] WithoutMiddleware.php
[edit]
[-] WithFaker.php
[edit]
[-] RefreshDatabase.php
[edit]
[-] WithoutEvents.php
[edit]
[-] DatabaseMigrations.php
[edit]
[+]
Concerns
[-] Wormhole.php
[edit]