mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fixing mistake in last commit.
This commit is contained in:
parent
8c8dc6cebb
commit
8630f4cdcb
1 changed files with 1 additions and 1 deletions
|
@ -4515,7 +4515,7 @@ class MultibyteTest extends CakeTestCase {
|
||||||
$string = 'državni';
|
$string = 'državni';
|
||||||
$find = 'dž';
|
$find = 'dž';
|
||||||
$result = mb_strripos($string, $find);
|
$result = mb_strripos($string, $find);
|
||||||
$this->assertEquals(0, $result);
|
$this->assertFalse($result);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue