platform/api/laravel/Foundation/Testing/Traits/CanConfigureMigrationCommands.yaml

49 lines
1 KiB
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: CanConfigureMigrationCommands
class_comment: null
dependencies: []
properties: []
methods:
- name: migrateFreshUsing
visibility: protected
parameters: []
comment: '# * The parameters that should be used when running "migrate:fresh".
# *
# * @return array'
- name: shouldDropViews
visibility: protected
parameters: []
comment: '# * Determine if views should be dropped when refreshing the database.
# *
# * @return bool'
- name: shouldDropTypes
visibility: protected
parameters: []
comment: '# * Determine if types should be dropped when refreshing the database.
# *
# * @return bool'
- name: shouldSeed
visibility: protected
parameters: []
comment: '# * Determine if the seed task should be run when refreshing the database.
# *
# * @return bool'
- name: seeder
visibility: protected
parameters: []
comment: '# * Determine the specific seeder class that should be used when refreshing
the database.
# *
# * @return mixed'
traits: []
interfaces: []