mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix broken unit test
This commit is contained in:
parent
e2af4512e0
commit
e3f08ef322
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ class FunctionsTest extends \Codeception\Test\Unit
|
|||
$this->assertEquals(array('foo', 'bar,baz'), explode_with_escape(',', 'foo,bar\\,baz'));
|
||||
$this->assertEquals(array('foo', 'bar\\', 'baz'), explode_with_escape(',', 'foo,bar\\ , baz'));
|
||||
$this->assertEquals(array('foo', 'bar,baz', 'rhymix'), explode_with_escape(',', 'foo,bar\\,baz,rhymix'));
|
||||
$this->assertEquals(array('foo', 'bar,baz'), explode_with_escape(',', 'foo,bar!,baz', null, '!'));
|
||||
$this->assertEquals(array('foo', 'bar,baz'), explode_with_escape(',', 'foo,bar!,baz', 0, '!'));
|
||||
}
|
||||
|
||||
public function testStartsEndsContains()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue