Skip to content

Commit d0ff5e9

Browse files
authored
Add prevent remote requests to base test case (#465)
* Add prevent remote requests to base test case * Lint fix
1 parent 651ea22 commit d0ff5e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/TestCase.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77

88
namespace Alley\WP\Create_WordPress_Plugin\Tests;
99

10+
use Mantle\Testing\Concerns\Prevent_Remote_Requests;
1011
use Mantle\Testkit\Test_Case as TestkitTest_Case;
1112

1213
/**
1314
* Create WordPress Plugin Base Test Case
1415
*/
1516
abstract class TestCase extends TestkitTest_Case {
16-
17+
use Prevent_Remote_Requests;
1718
}

0 commit comments

Comments
 (0)