Spacialist Documentation
Home
User
Developer
GitHub
Home
User
Developer
GitHub
  • User

    • Overview
    • Dictionary (Thesaurus)
    • User And Role Management
    • Data Model
      • Entity Type
      • Attribute
      • Attribute Types
    • Entity
    • Collaboration
    • Bibliography
    • Spatial Data
    • Data Importer
    • Data Analysis Tool
  • Developer

    • Developer
    • Coding Structure
    • Plugin
    • Classes

      • Entity Type
    • Commands

      • Export Entity Types (Data Model)
      • Refresh Testing

Refresh Testing

Refreshes the database and optionally runs all tests.

Example

php artisan app:test

Requirements

The application must have a .env.testing file setup.

Parameters

-r, --refresh Must be set to run a migration and the DemoSeeder on the database. (Does a config:clear to prevent running the migration on the main db).

-s, --skip Skips the testing process.

Edit this page
Last Updated:: 10/30/24, 9:17 AM
Contributors: Severino
Prev
Export Entity Types (Data Model)