endtoend-test-psl/tests/Psl/Str
2021-01-17 16:34:44 +01:00
..
Byte [Str] add after and before helpers (#102) 2021-01-17 16:34:44 +01:00
Grapheme [Str] add after and before helpers (#102) 2021-01-17 16:34:44 +01:00
AfterCiTest.php [Str] add after and before helpers (#102) 2021-01-17 16:34:44 +01:00
AfterLastCiTest.php [Str] add after and before helpers (#102) 2021-01-17 16:34:44 +01:00
AfterLastTest.php [Str] add after and before helpers (#102) 2021-01-17 16:34:44 +01:00
AfterTest.php [Str] add after and before helpers (#102) 2021-01-17 16:34:44 +01:00
BeforeCiTest.php [Str] add after and before helpers (#102) 2021-01-17 16:34:44 +01:00
BeforeLastCiTest.php [Str] add after and before helpers (#102) 2021-01-17 16:34:44 +01:00
BeforeLastTest.php [Str] add after and before helpers (#102) 2021-01-17 16:34:44 +01:00
BeforeTest.php [Str] add after and before helpers (#102) 2021-01-17 16:34:44 +01:00
CapitalizeTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
CapitalizeWordsTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
ChrTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
ChunkTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
ConcatTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
ContainsCiTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
ContainsTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
ConvertEncodingTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
DetectEncodingTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
EndsWithCiTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
EndsWithTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
FoldTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
FormatNumberTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
FromCodePointsTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
IsEmptyTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
IsUTF8Test.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
JoinTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
LengthTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
LevenshteinTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
LowercaseTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
MetaphoneTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
OrdTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
PadLeftTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
PadRightTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
RepeatTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
ReplaceCiTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
ReplaceEveryCiTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
ReplaceEveryTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
ReplaceTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
SearchCiTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
SearchLastCiTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
SearchLastTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
SearchTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
SliceTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
SpliceTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
SplitTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
StartsWithCiTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
StartsWithTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
StripPrefixTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
StripSuffixTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
ToIntTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
TrimLeftTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
TrimRightTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
TrimTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
TruncateTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
UppercaseTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
WidthTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00
WrapTest.php [CS] Fixes based on added php-cs-fixer config 2020-10-15 11:05:30 +02:00