7cd9123c3b
Tests cleanup
...
- Better names
- Removed not used MySQLTestCase
- Moved base testcase for DB to db namespace
- Minor style fixes
2013-05-24 18:35:00 +04:00
641e6ee7cf
ported inflection methods from StringHelper to Inflector helper class
2013-05-22 08:34:17 +02:00
5575f53657
CS fixes.
2013-05-11 15:38:07 +06:00
776162b05e
created StringHelper::basename()
...
In contrast to php function basename() It that always uses \ and /
as directory separator.
It is needed for use on Classnames that contain namespaces.
Fixes #192
2013-05-09 13:16:40 +02:00
4be9e195c2
Add Newlines
...
Appended newlines to every PHP document that did not have a newline as the last character in the file.
2013-05-05 17:04:55 +01:00
9da81894be
moved helper test from util namespace to helpers namespace, added tests for StringHelper
2013-03-29 18:23:50 +04:00