DatabaseCheck
class DatabaseCheck implements EnvironmentCheck (View source)
Check that the connection to the database is working, by ensuring that the table exists and that the table contains some records.
Properties
protected | $checkTable |
Methods
Details
__construct(string $checkTable = "Member")
By default, Member will be checked.
array
check()
No description