Browse Source

adding missing include

Adar Porat 12 years ago
parent
commit
a504c27a51
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/Zend/InfoCard/ProcessTest.php

+ 1 - 0
tests/Zend/InfoCard/ProcessTest.php

@@ -27,6 +27,7 @@ if (!defined("PHPUnit_MAIN_METHOD")) {
 
 require_once 'Zend/InfoCard.php';
 require_once 'Zend/InfoCard/Adapter/Default.php';
+require_once 'Zend/InfoCard/Cipher/Symmetric/Adapter/Aes256cbc.php';
 
 /**
  * @category   Zend