platform/api/laravel/Foundation/Testing/RefreshDatabaseState.yaml
2024-09-02 10:44:11 -07:00

28 lines
548 B
YAML

name: RefreshDatabaseState
class_comment: null
dependencies: []
properties:
- name: inMemoryConnections
visibility: public
comment: '# * The current SQLite in-memory database connections.
# *
# * @var array<string, \PDO>'
- name: migrated
visibility: public
comment: '# * Indicates if the test database has been migrated.
# *
# * @var bool'
- name: lazilyRefreshed
visibility: public
comment: '# * Indicates if a lazy refresh hook has been invoked.
# *
# * @var bool'
methods: []
traits: []
interfaces: []