Skip to content

Commit

Permalink
Merge branch 'v4-isse-692' of github.com:lucatume/wp-browser into v4-…
Browse files Browse the repository at this point in the history
…isse-692
  • Loading branch information
lucatume committed Feb 9, 2024
2 parents c5bdccf + 560d8e7 commit 0ebd5ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 7 additions & 0 deletions src/Deprecated/RemovedInPHPUnitVersion10.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php
namespace lucatume\WPBrowser\Deprecated;

class RemovedInPHPUnitVersion10
{

}
7 changes: 1 addition & 6 deletions src/version-4-aliases.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace lucatume\WPBrowser;

use lucatume\WPBrowser\Command\GenerateWPUnit;
use lucatume\WPBrowser\Deprecated\RemovedInPHPUnitVersion10;
use lucatume\WPBrowser\Module\WPBrowser;
use lucatume\WPBrowser\Module\WPBrowserMethods;
use lucatume\WPBrowser\Module\WPCLI;
Expand All @@ -22,12 +23,6 @@

use function class_alias;

// @phpcs:disable
class RemovedInPHPUnitVersion10
{
}
// @phpcs:enable

/**
* Defines a set of class aliases to allow referencing the framework classes with their previous versions' names.
* Calls to `class_alias` will immediately autoload the class in a eager fashion.
Expand Down

0 comments on commit 0ebd5ce

Please sign in to comment.