wiki.techinc.nl/tests/phpunit/integration/includes/db
Dreamy Jazz 2e9414bd80 Fix inconsistently failing testQueryTimeout test
Why:
* DatabaseMysqlTest::testQueryTimeout when the query does not
  throw an exception, will instead expect that the result has one
  row with a single item of '1'.
* However, this check is done against the integer which does not
  match when ::assertSame is used.
* Converting both the expected and actual values to a string
  should avoid this.

What:
* Do this fix.

Bug: T365596
Change-Id: I21ce8b6014ee66795c2555f8a0eae2e4657f844e
2024-08-09 18:27:48 +00:00
..
DatabaseMysqlTest.php Fix inconsistently failing testQueryTimeout test 2024-08-09 18:27:48 +00:00
DatabasePostgresTest.php Replace db with getDb for Tests 2024-06-23 23:47:56 +01:00
DatabaseSqliteTest.php Add namespace to the root classes of ObjectCache 2024-07-10 00:14:54 +03:30
DatabaseSqliteUpgradeTest.php Add namespace to the root classes of ObjectCache 2024-07-10 00:14:54 +03:30