We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8efde commit b164826Copy full SHA for b164826
2 files changed
test/AgentTest.php
@@ -5,7 +5,7 @@
5
use SecureNative\sdk\SecureNativeContext;
6
use SecureNative\sdk\SecureNativeOptions;
7
8
-final class AgentTest extends PHPUnit_Framework_TestCase
+final class AgentTest extends PHPUnit\Framework\TestCase
9
{
10
const TEST_API_KEY = 'sample_key';
11
/**
test/SecureNativeTest.php
@@ -9,7 +9,7 @@
12
-final class SecureNativeTest extends PHPUnit_Framework_TestCase
+final class SecureNativeTest extends PHPUnit\Framework\TestCase
13
14
15
0 commit comments