Skip to content
Snippets Groups Projects
Commit 347cb2d2 authored by Ted Bowman's avatar Ted Bowman Committed by Adam G-H
Browse files

Issue #3267411 by tedbow: CoreUpdateTest::testApi() should assert that...

Issue #3267411 by tedbow: CoreUpdateTest::testApi() should assert that packages were updated as expected
parent 9a5d5461
No related branches found
No related tags found
1 merge request!223Issue #3267411: Assert the actual composer versions in testApi() build test
...@@ -73,6 +73,7 @@ class CoreUpdateTest extends UpdateTestBase { ...@@ -73,6 +73,7 @@ class CoreUpdateTest extends UpdateTestBase {
$mink->getSession()->reload(); $mink->getSession()->reload();
$assert_session->pageTextContains('9.8.1'); $assert_session->pageTextContains('9.8.1');
$this->assertUpdateSuccessful('9.8.1');
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment