1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-06 21:36:31 +02:00

Merge branch 'trim'

This commit is contained in:
Daniel St. Jules
2015-06-29 13:03:13 -07:00
4 changed files with 83 additions and 6 deletions

View File

@@ -382,7 +382,7 @@ class StaticStringyTestCase extends CommonTest
}
/**
* @dataProvider trimProvider()
* @dataProvider trimProviderWithoutParams()
*/
public function testTrim($expected, $str)
{