Add clsas for MD_STD_STRINGS more obscure string operations
This commit is contained in:
@ -739,6 +739,7 @@ final class MD_STD_Test extends TestCase {
|
||||
self::assertEmpty(MD_STD::strpos_multi($haystack, $needles));
|
||||
}
|
||||
else {
|
||||
self::assertNotEmpty(MD_STD::strpos_multi($haystack, $needles));
|
||||
self::assertEquals($expected, MD_STD::strpos_multi($haystack, $needles)['position']);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user