Skip to content

Commit

Permalink
'Polyfills are no longer prefixed.'
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Dec 10, 2023
1 parent 6ab4064 commit 7b2c18b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Issues/MozartIssue106Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ class MozartIssue106Test extends IntegrationTestCase
*/
public function test_only_prefix_classmap_classes_once()
{
/**
* @see https://github.com/BrianHenryIE/strauss/commit/1bd20b75a4e6b5c07a428c04e8b9e514034b6b5c
*/
self::markTestSkipped('Polyfills are no longer prefixed.');

$composerJsonString = <<<'EOD'
{
Expand Down
4 changes: 4 additions & 0 deletions tests/Issues/StraussIssue27Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ class StraussIssue27Test extends \BrianHenryIE\Strauss\Tests\Integration\Util\In
*/
public function test_virtual_package()
{
/**
* @see https://github.com/BrianHenryIE/strauss/commit/1bd20b75a4e6b5c07a428c04e8b9e514034b6b5c
*/
self::markTestSkipped('Polyfills are no longer prefixed.');

$composerJsonString = <<<'EOD'
{
Expand Down

0 comments on commit 7b2c18b

Please sign in to comment.