Skip to content

Commit 877bb4b

Browse files
Merge branch '2.7' into 2.8
* 2.7: PhpUnitNoDedicateAssertFixer results Improve Norwegian translations Simplify markdown for PR template
2 parents f036818 + addcb70 commit 877bb4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Shell/CommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public function testExecute()
149149
$cmd->add('--version');
150150
$result = $cmd->execute();
151151

152-
$this->assertTrue(is_array($result));
152+
$this->assertInternalType('array', $result);
153153
$this->assertNotEmpty($result);
154154
$this->assertRegexp('/PHP|HipHop/', $result[0]);
155155
}

0 commit comments

Comments
 (0)