Commit a8423bba by Alexander Makarov

Removed commented code

parent 769b53c2
......@@ -137,8 +137,6 @@ class InflectorTest extends TestCase
foreach ($data as $source => $expected) {
$this->assertEquals($expected, Inflector::slug($source));
}
//$this->assertEquals('this-is-my-text-', Inflector::slug('! this is my / text $## '));
}
public function testClassify()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment