File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,7 @@ end_of_line = lf
5
5
trim_trailing_whitespace = true
6
6
insert_final_newline = true
7
7
charset = utf-8
8
+
9
+ [* .yml ]
10
+ indent_style = space
11
+ indent_size = 2
Original file line number Diff line number Diff line change
1
+ dist : trusty
1
2
language : php
2
3
php :
3
4
- 5.4
Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ public function testApplyTransformationToSrcset() {
372
372
public function testRelativeURLResolvedWithFinalURL () {
373
373
$ mf = Mf2 \fetch ('http://aaron.pk/4Zn5 ' );
374
374
375
- $ this ->assertEquals ('https://aaronparecki.com/2014/12/23/5/photo.jpeg ' , $ mf ['items ' ][0 ]['properties ' ]['photo ' ][0 ]);
375
+ $ this ->assertEquals ('https://aaronparecki.com/img/1240x0/ 2014/12/23/5/photo.jpeg ' , $ mf ['items ' ][0 ]['properties ' ]['photo ' ][0 ]);
376
376
}
377
377
378
378
public function testScriptTagContentsRemovedFromTextValue () {
You can’t perform that action at this time.
0 commit comments