Skip to content

Commit bfafda1

Browse files
committed
Fix deprecation errors in tests
1 parent 329a60e commit bfafda1

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
declare(strict_types=1);
3+
4+
namespace OverridePlugin;
5+
6+
use Cake\Core\BasePlugin;
7+
8+
class OverridePluginPlugin extends BasePlugin
9+
{
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
declare(strict_types=1);
3+
4+
namespace TestPlugin;
5+
6+
use Cake\Core\BasePlugin;
7+
8+
class TestPluginPlugin extends BasePlugin
9+
{
10+
}

0 commit comments

Comments
 (0)