File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,6 @@ public function testKnownBase32DecodeTestVectors(): void
127
127
$ tfa = new TwoFactorAuth ('Test ' );
128
128
129
129
$ method = new ReflectionMethod (TwoFactorAuth::class, 'base32Decode ' );
130
- $ method ->setAccessible (true );
131
130
132
131
// Test vectors from: https://tools.ietf.org/html/rfc4648#page-12
133
132
$ this ->assertSame ('' , $ method ->invoke ($ tfa , '' ));
@@ -148,7 +147,6 @@ public function testKnownBase32DecodeUnpaddedTestVectors(): void
148
147
$ tfa = new TwoFactorAuth ('Test ' );
149
148
150
149
$ method = new ReflectionMethod (TwoFactorAuth::class, 'base32Decode ' );
151
- $ method ->setAccessible (true );
152
150
153
151
// Test vectors from: https://tools.ietf.org/html/rfc4648#page-12
154
152
$ this ->assertSame ('' , $ method ->invoke ($ tfa , '' ));
You can’t perform that action at this time.
0 commit comments