Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1998 from fauvel/issue-1998
Browse files Browse the repository at this point in the history
Test on php56
  • Loading branch information
fauvel committed Dec 3, 2015
2 parents 5d0e006 + e86bf44 commit 7dc84ad
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 5.4
- 5.5
- 5.6

services:
- mysql
Expand Down
2 changes: 1 addition & 1 deletion tests/library/CM/Model/StreamChannel/AbstractTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public function testCreate() {

public function testEncryptAndDecryptKey() {
$data = 'foo ';
$encryptionKey = 'qwertyuiopasdfghjk';
$encryptionKey = 'qwertyuiopasdfgh';
$encryptMethod = new ReflectionMethod('CM_Model_StreamChannel_Abstract', '_encryptKey');
$encryptMethod->setAccessible(true);
$encryptedData = $encryptMethod->invoke(null, $data, $encryptionKey);
Expand Down
2 changes: 1 addition & 1 deletion tests/travis/install-php-runkit.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

VERSION="5e179e978af79444d3c877d5681ea91d15134a01"
VERSION="1.0.4"

git clone http://github.com/zenovich/runkit.git runkit
cd runkit
Expand Down
Empty file added tests/travis/php-5.6.ini
Empty file.

0 comments on commit 7dc84ad

Please sign in to comment.