We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248be85 commit a055b59Copy full SHA for a055b59
.travis.yml
@@ -3,6 +3,7 @@ language: php
3
sudo: false
4
5
php:
6
+ - 5.3
7
- 5.4
8
- 5.5
9
- 5.6
tests/src/CssInlinerPluginTest.php
@@ -113,7 +113,7 @@ public function testInjectedConverterIsUsedInsteadOfDefault()
113
{
114
$converterStub = $this
115
->getMockBuilder('TijsVerkoyen\CssToInlineStyles\CssToInlineStyles')
116
- ->setMethods(['convert', 'setUseInlineStylesBlock'])
+ ->setMethods(array('convert', 'setUseInlineStylesBlock'))
117
->getMock();
118
119
// "our" converter should be used
0 commit comments