Q A PHPUnit version 7.1.5 PHP version 7.2.5 Installation Method Composer These two assertions pass: self::assertEquals(0.06999999999, 0.07); self::assertSame(0.06999999999, 0.07); They shouldn't.
extendsLocalName>parsedNames=object.getParsedNames();validate(object,parsedNames);if(parsedNames!=null){assertEquals("LocalName: shall have exactly one parsed name.",1,parsedNames.size());assertSame("LocalName: the parsed name element shall be the enclosing local name.",object,parsedNames.get(0...