platform/api/laravel/Foundation/Testing/RefreshDatabaseState.yaml

29 lines
548 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []