friendica/tests/src/Database
Roland Häder 6743de63f5
Changed:
- DBA::exists() should only be used for checking if records exists.
- if you want to check if a table exists, please ALWAYS use
  DBStructure::existsTable() instead
2022-06-20 08:20:07 +02:00
..
DBATest.php Changed: 2022-06-20 08:20:07 +02:00
DBStructureTest.php Changed: 2022-06-20 08:20:07 +02:00