nextcloud/tests
Miquel Rodríguez Telep / Michael Rodríguez-Torrent 93a6ed3dab Ensure instanceid contains a letter
instanceid is generated by uniqid() and then used as the
session_name. Because session_name requires at least one letter
and uniqid() does not guarantee to provide that, in the case that
uniqid() generates a string of only digits, the user will be stuck
in an infinite login loop because every request will generate a
new PHP session.
2013-03-26 21:49:32 +00:00
..
data Don't use indexes in test data as postgres complains over duplicate keys. 2012-11-12 23:35:42 +01:00
lib Ensure instanceid contains a letter 2013-03-26 21:49:32 +00:00
apps.php load test cases from enabled apps 2012-10-08 14:26:51 +02:00
bootstrap.php disable error handler while running phpunit 2013-02-05 16:44:02 +01:00
enable_all.php enable unittesting on appframework and apptemplateadvanced 2013-01-21 23:19:17 +01:00
phpunit-autotest.xml add phpunit configuration for autotest withou the json listener because this pollutes the console 2013-02-05 20:20:55 +01:00
phpunit.xml Add listener for VisualPHPUnit 2013-01-18 23:03:53 -05:00
preseed-config.php Style: Remove all the dangling white spaces 2012-11-04 22:16:04 +01:00
win32-phpunit.php PHPUnit support for Windows added 2013-02-04 10:15:00 +01:00