Skip to content
Snippets Groups Projects
Commit e60f7018 authored by Anja Leichsenring's avatar Anja Leichsenring Committed by Benni Mack
Browse files

[BUGFIX] Raise codeception and phpunit versions

With #88388, the composer.json file was adjusted to the required
versions of

phpunit/phpunit ^8.1
codeception/codeception ^3

but the composer.lock file did not reflect these changes.

Resolves: #88483
Relates: #88388
Releases: master
Change-Id: Idc7d4a63d0d9fb427e2c1b63f62e2b4da057b8e9
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60868


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 7d45ed6c
Branches
Tags
No related merge requests found
This diff is collapsed.
......@@ -171,7 +171,7 @@ class FileWriterTest extends UnitTestCase
$this->createWriter('encoded-data')->writeLog($recordWithData);
$logFileContents = trim(file_get_contents($this->getDefaultFileName('encoded-data')));
$this->assertContains($expectedResult, $logFileContents);
$this->assertStringContainsString($expectedResult, $logFileContents);
}
/**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment