mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-08-11 07:44:12 +02:00
Fix indentation in test - it was bugging me
This commit is contained in:
@@ -790,7 +790,7 @@ class StringyTestCase extends CommonTest
|
|||||||
* @dataProvider countSubstrProvider()
|
* @dataProvider countSubstrProvider()
|
||||||
*/
|
*/
|
||||||
public function testCountSubstr($expected, $str, $substring,
|
public function testCountSubstr($expected, $str, $substring,
|
||||||
$caseSensitive = true, $encoding = null)
|
$caseSensitive = true, $encoding = null)
|
||||||
{
|
{
|
||||||
$stringy = S::create($str, $encoding);
|
$stringy = S::create($str, $encoding);
|
||||||
$result = $stringy->countSubstr($substring, $caseSensitive);
|
$result = $stringy->countSubstr($substring, $caseSensitive);
|
||||||
|
Reference in New Issue
Block a user