This repository was archived by the owner on Feb 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ class JsonPathTest extends TestCase {
77
88 public function testConstruct_ShouldBePrivate () {
99 // GIVEN
10- $ class = new ReflectionClass ('Mastercard\Developer\Encryption \JsonPath ' );
10+ $ class = new ReflectionClass ('Mastercard\Developer\Json \JsonPath ' );
1111 $ constructor = $ class ->getConstructor ();
1212
1313 // WHEN
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class EncodingUtilsTest extends TestCase {
88
99 public function testConstruct_ShouldBePrivate () {
1010 // GIVEN
11- $ class = new ReflectionClass ('Mastercard\Developer\Encryption \EncodingUtils ' );
11+ $ class = new ReflectionClass ('Mastercard\Developer\Utils \EncodingUtils ' );
1212 $ constructor = $ class ->getConstructor ();
1313
1414 // WHEN
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ class EncryptionUtilsTest extends TestCase {
77
88 public function testConstruct_ShouldBePrivate () {
99 // GIVEN
10- $ class = new ReflectionClass ('Mastercard\Developer\Encryption \EncryptionUtils ' );
10+ $ class = new ReflectionClass ('Mastercard\Developer\Utils \EncryptionUtils ' );
1111 $ constructor = $ class ->getConstructor ();
1212
1313 // WHEN
You can’t perform that action at this time.
0 commit comments