assertSame() is guaranteed to never do any magic type conversion. This can be critical when accidentially comparing empty strings (a value PHP considers to be "falsy") to false, 0, 0.0, null, and such. Change-Id: I2e2685c5992cae252f629a68ffe1a049f2e5ed1b |
||
|---|---|---|
| .. | ||
| file | ||
| FileBackendDBRepoWrapperTest.php | ||
| FileRepoTest.php | ||
| LocalRepoTest.php | ||
| MigrateFileRepoLayoutTest.php | ||
| RepoGroupTest.php | ||
| StoreBatchTest.php | ||