%PDF- %PDF-
Direktori : /var/www/pjold/vendor/laravel/framework/src/Illuminate/Foundation/Testing/ |
Current File : /var/www/pjold/vendor/laravel/framework/src/Illuminate/Foundation/Testing/RefreshDatabaseState.php |
<?php namespace Illuminate\Foundation\Testing; class RefreshDatabaseState { /** * Indicates if the test database has been migrated. * * @var bool */ public static $migrated = false; }