Add tests

This commit is contained in:
bzick
2014-07-11 12:11:51 +04:00
parent e6a9b511bd
commit 97838eb0b9
4 changed files with 46 additions and 0 deletions

View File

@@ -139,6 +139,7 @@ class Fenom
"split" => 'Fenom\Modifier::split',
"esplit" => 'Fenom\Modifier::esplit',
"join" => 'Fenom\Modifier::join',
"in" => 'Fenom\Modifier::in',
);
/**