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 |
||
|---|---|---|
| .. | ||
| DatabaseMysqlTest.php | ||
| DatabasePostgresTest.php | ||
| DatabaseSqliteTest.php | ||
| DatabaseSqliteUpgradeTest.php | ||