Skip to content

Commit a055b59

Browse files
committed
Test on PHP 5.3 as well
1 parent 248be85 commit a055b59

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
sudo: false
44

55
php:
6+
- 5.3
67
- 5.4
78
- 5.5
89
- 5.6

tests/src/CssInlinerPluginTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public function testInjectedConverterIsUsedInsteadOfDefault()
113113
{
114114
$converterStub = $this
115115
->getMockBuilder('TijsVerkoyen\CssToInlineStyles\CssToInlineStyles')
116-
->setMethods(['convert', 'setUseInlineStylesBlock'])
116+
->setMethods(array('convert', 'setUseInlineStylesBlock'))
117117
->getMock();
118118

119119
// "our" converter should be used

0 commit comments

Comments
 (0)