mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 09:24:04 +00:00
assert() calls, including assert(foo()), can be entirely compiled out depending on the INI settings described here: https://www.php.net/manual/en/function.assert.php That in turn means even side effects of foo() can be entirely compiled out. Therefore, to ensure the call actually runs, we need to run it before the assert(), store its return value, and only then make assertions about the return value. |
||
|---|---|---|
| .. | ||
| ClearPendingTenants.php | ||
| CreateDatabase.php | ||
| CreatePendingTenants.php | ||
| CreateStorageSymlinks.php | ||
| DeleteDatabase.php | ||
| DeleteDomains.php | ||
| MigrateDatabase.php | ||
| RemoveStorageSymlinks.php | ||
| SeedDatabase.php | ||