Fix hhvm?

This commit is contained in:
Timothy Warren 2014-08-13 21:47:50 -04:00
父節點 46db12e308
當前提交 8b6e6ddcb7
共有 2 個文件被更改,包括 3 次插入2 次删除

查看文件

@ -4,6 +4,7 @@ filter:
- tests/*
- vendor/*
- application/third_party/*
- system/*
imports:
- php

查看文件

@ -28,7 +28,7 @@ class FriendModelTest extends Todo_TestCase {
]);
$expected = [
7 => array (
array (
'user_friend_id' => '1',
'uid' => '7',
'username' => 'timw4mail',
@ -41,7 +41,7 @@ class FriendModelTest extends Todo_TestCase {
),
];
$actual = $this->CI->friend_model->get_friends();
$this->assertEquals($expected, $actual);
$this->assertEquals($expected, array_values($actual));
// Now test a lack of friends
$this->CI->session->set_userdata([