28 lines
548 B
YAML
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: []
|