Skip to content

Commit

Permalink
Add back semver_example test on highest.
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Jan 20, 2022
1 parent a1b4bb1 commit b270769
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -39,7 +39,7 @@
"consolidation/filter-via-dot-access-data": "^1",
"consolidation/robo": "^3",
"consolidation/site-alias": "^3.1.3",
"consolidation/site-process": "^4",
"consolidation/site-process": "^4.1.3",
"enlightn/security-checker": "^1",
"guzzlehttp/guzzle": "^6.3 || ^7.0",
"league/container": "^3.4",
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions tests/integration/SecurityUpdatesTest.php
Expand Up @@ -16,9 +16,6 @@ class SecurityUpdatesTest extends UnishIntegrationTestCase
*/
public function testInsecureDrupalPackage()
{
if (Semver::satisfies(\Drupal::VERSION, '^10')) {
$this->markTestSkipped('drupal/semver_example not yet compatible.');
}
list($expected_package, $expected_version) = ['drupal/semver_example', '2.2.0'];
$this->drush('pm:security', [], ['format' => 'json'], self::EXIT_ERROR_WITH_CLARITY);
$this->assertStringContainsString('One or more of your dependencies has an outstanding security update.', $this->getErrorOutput());
Expand Down

0 comments on commit b270769

Please sign in to comment.