@@ -8,7 +8,7 @@ discard block |
||
8 | 8 | |
9 | 9 | class YumlCommandTest extends \PHPUnit_Framework_TestCase |
10 | 10 | { |
11 | - const YUML_LINK = 'https://yuml.me/15a98c92.png'; |
|
11 | + const YUML_LINK = 'https://yuml.me/15a98c92.png'; |
|
12 | 12 | |
13 | 13 | /** |
14 | 14 | * @var Application |
@@ -82,8 +82,8 @@ discard block |
||
82 | 82 | ) |
83 | 83 | ); |
84 | 84 | $this->assertSame( |
85 | - 'Downloaded ' . self::YUML_LINK . ' to '. $filename, |
|
86 | - explode("\r\n",$this->commandTester->getDisplay())[0] |
|
85 | + 'Downloaded ' . self::YUML_LINK . ' to ' . $filename, |
|
86 | + explode("\r\n", $this->commandTester->getDisplay())[0] |
|
87 | 87 | ); |
88 | 88 | } |
89 | 89 | } |