mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +00:00
Fix test
This commit is contained in:
parent
65dae83ee6
commit
f6aa3a6336
1 changed files with 1 additions and 1 deletions
|
@ -56,6 +56,6 @@ class ProcessExecutorTest extends TestCase
|
|||
$this->assertEquals(array('foo'), $process->splitLines('foo'));
|
||||
$this->assertEquals(array('foo', 'bar'), $process->splitLines("foo\nbar"));
|
||||
$this->assertEquals(array('foo', 'bar'), $process->splitLines("foo\r\nbar"));
|
||||
$this->assertEquals(array('foo', 'bar', ''), $process->splitLines("foo\r\nbar\n"));
|
||||
$this->assertEquals(array('foo', 'bar'), $process->splitLines("foo\r\nbar\n"));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue