Skip to content
Snippets Groups Projects
Commit 928d9ef9 authored by Adam G-H's avatar Adam G-H
Browse files

Issue #3315449 by phenaproxima, tedbow: Don't bother testing core updates via...

Issue #3315449 by phenaproxima, tedbow: Don't bother testing core updates via the UI or API with the LegacyProject template
parent 0ae874a3
No related branches found
No related tags found
No related merge requests found
......@@ -60,14 +60,9 @@ class CoreUpdateTest extends UpdateTestBase {
/**
* Tests an end-to-end core update via the API.
*
* @param string $template
* The template project from which to build the test site.
*
* @dataProvider providerTemplate
*/
public function testApi(string $template): void {
$this->createTestProject($template);
public function testApi(): void {
$this->createTestProject('RecommendedProject');
$mink = $this->getMink();
$assert_session = $mink->assertSession();
......@@ -87,14 +82,9 @@ class CoreUpdateTest extends UpdateTestBase {
/**
* Tests an end-to-end core update via the UI.
*
* @param string $template
* The template project from which to build the test site.
*
* @dataProvider providerTemplate
*/
public function testUi(string $template): void {
$this->createTestProject($template);
public function testUi(): void {
$this->createTestProject('RecommendedProject');
$mink = $this->getMink();
$session = $mink->getSession();
......
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