Skip to content

Commit

Permalink
Adapt functional tests to test-cache values
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Oct 3, 2023
1 parent 8dcd7c2 commit eaa38b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/FunctionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ public function testProjectVersionsAndTags(): void

$tags = $firstVersion->getTags();

self::assertCount(14, $tags);
self::assertCount(3, $tags);

self::assertSame('2.0.7', $firstVersion->getLatestTag()->getName());
self::assertSame('2.0.0-BETA1', $firstVersion->getFirstTag()->getName());
self::assertSame('2.0.2', $firstVersion->getLatestTag()->getName());
self::assertSame('2.0.0', $firstVersion->getFirstTag()->getName());
}

public function testHomepageEditLink(): void
Expand Down

0 comments on commit eaa38b0

Please sign in to comment.