diff --git a/tests/src/Build/CoreUpdateTest.php b/tests/src/Build/CoreUpdateTest.php index ecf157ad874f932c7e5480280ecca831f15c7a7b..e0e49cf5ef74fb2d7c814a94ed487d0f625dd357 100644 --- a/tests/src/Build/CoreUpdateTest.php +++ b/tests/src/Build/CoreUpdateTest.php @@ -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();