MDL-71389 various: changes to unittests due to php8 changes:

- some engine error messages changed
- some warning levels changed
- the carriage return symbol randomly appears
- one phpunit assertion fails and not really representative of anything
This commit is contained in:
Marina Glancy
2021-04-21 12:39:02 +02:00
parent 9600becce3
commit 6d107d48c9
6 changed files with 20 additions and 13 deletions
-1
View File
@@ -96,7 +96,6 @@ class core_phpunit_basic_testcase extends basic_testcase {
$this->assertEquals(1, '1');
$this->assertEquals(null, '');
$this->assertNotEquals(1, '1 ');
$this->assertNotEquals(0, '');
$this->assertNotEquals(null, '0');
$this->assertNotEquals(array(), '');