Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Oct 10, 2024
1 parent aaffdbc commit d046e3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Issues/StraussIssue119Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
*/
class StraussIssue119Test extends IntegrationTestCase
{
public function test_muted_errors()
public function test_incorrectly_prefixing_class()
{

$composerJsonString = <<<'EOD'
{
"name": "issue/119",
"require": {
"symfony/polyfill-php80": "*",
"symfony/console": "*"
"symfony/polyfill-php80": "v1.31.0",
"symfony/console": "v7.1.5"
},
"extra": {
"strauss": {
Expand Down

0 comments on commit d046e3f

Please sign in to comment.