1
0
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:
Daniel St. Jules
2014-02-12 19:07:38 -05:00
parent b3e922c517
commit 220d4f95c0

View File

@@ -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);