Skip to content

Commit dceff25

Browse files
committed
Merge remote-tracking branch 'origin/MQE-544' into sprint-develop
2 parents a464b25 + cd4ac24 commit dceff25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/verification/Tests/SuiteGenerationTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ public function testSuiteGeneration1()
5656
$groupName .
5757
DIRECTORY_SEPARATOR .
5858
TestManifest::TEST_MANIFEST_FILENAME;
59-
$expectedManifest = self::RESOURCES_DIR . DIRECTORY_SEPARATOR . __FUNCTION__ . ".txt";
60-
$this->assertFileEquals($expectedManifest, $actualManifest);
59+
$expectedManifest = self::RESOURCES_DIR . DIRECTORY_SEPARATOR . "TestSuiteGeneration1.txt";
60+
$this->assertFileEquals($expectedManifest, $actualManifest, '', true, true);
6161
}
6262

6363
public static function tearDownAfterClass()

0 commit comments

Comments
 (0)