We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21b42e commit 8fad5e8Copy full SHA for 8fad5e8
tests/unit/ciphers/AbstractCipherTest.php
@@ -27,7 +27,7 @@ public function testGetPaddedText(): void
27
28
public function testDebugInfo(): void
29
{
30
- self::markTestSkipped('Cannot test due to xdebug');
+ self::markTestSkipped('Cannot test ACipher::__debugInfo() due to xdebug conflict');
31
$encryptionObject = Encryption::getEncryptionObject('AES-256-CBC');
32
ob_start();
33
var_dump($encryptionObject);
0 commit comments