friendica/tests
Roland Häder bf87ad4fcf Fixed E_NOTICE in listing worker queue and new utilities class added (#5521)
* Fixes for E_NOTICE in workqueue:
- introduced class `Friendica\Util\Arrays` which will hold static methods for
  handling arrays that cannot be done with PHP's functions, like implode() on
  multi-dimensional arrays
- rewrote old-school for() loop to foreach()

* Added intial unit test with some tests on empty delimiters and/or sinle and
multi-dim array.

* Added test for for 3-dimensional arrays, thanks to  nupplaphil's feedback.
2018-07-30 21:24:26 -04:00
..
datasets Put base test config in Yaml dataset 2018-07-16 19:38:16 -04:00
src Fixed E_NOTICE in listing worker queue and new utilities class added (#5521) 2018-07-30 21:24:26 -04:00
ApiTest.php Using getopt for CLI arguments (#5446) 2018-07-23 07:40:52 -04:00
BaseObjectTest.php Add API tests 2018-05-10 19:12:00 +02:00
DatabaseTest.php Rename DBA::get_db to DBA::getConnection 2018-07-22 19:28:29 -04:00
TextTest.php Add API tests 2018-05-10 19:12:00 +02:00
bootstrap.php Set system.hostname in test bootstrap 2018-07-16 19:38:16 -04:00