friendica/tests/src/Core/Console
Hypolite Petovan 458981f75c Replace x() by isset(), !empty() or defaults()
- Remove extraneous parentheses around empty() calls
- Remove duplicate calls to intval(), count() or strlen() after empty()
- Replace ternary operators outputting binary value with empty() return value
- Rewrite defaults() without x()
2018-11-30 09:06:22 -05:00
..
AutomaticInstallationConsoleTest.php Replace x() by isset(), !empty() or defaults() 2018-11-30 09:06:22 -05:00
ConfigConsoleTest.php Replace *.ini.php by *.config.php in comments 2018-11-25 01:44:51 -05:00
ConsoleTest.php Bugfixing executable (Mocking the executable) 2018-10-31 12:37:47 +01:00