Commit Graph

12 Commits

Author SHA1 Message Date
Marc Delisle
5c7c5ba533 Remove old tests
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-08-16 09:20:15 -04:00
Marc Delisle
9403921e4e Temporarily deactivate these tests (almost always fail on ci.phpmyadmin.net)
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-07-06 06:58:20 -04:00
Marc Delisle
c8e33b2a96 Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-06-03 12:59:55 -04:00
Jeff Chan
0216a5a4a1 Move slow tests in HHVM to group medium
These tests were failing on HHVM because of the default 3 second timeout.
Yes, HHVM is supposed to be faster, but there's a "warmup" time for scripts
in JIT mode (which is on by default). I suspect that's why they're failing.

Signed-off-by: Jeff Chan <jefftchan@gmail.com>
2014-03-13 05:20:31 +00:00
Jeff Chan
607cb3b0b3 Import dependencies to make unit tests friendlier to running independently
The HHVM test runner runs the unit tests in parallel. Currently some tests
fail because not all the dependencies are properly included.

This is similar to 659efe1a88

Signed-off-by: Jeff Chan <jefftchan@gmail.com>
2014-03-10 03:26:24 +00:00
Hugues Peccatte
8a6f0bbe53 Add missing include in unit tests.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2013-12-23 21:31:51 +05:30
Hugues Peccatte
6a8276a855 Update unit tests.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2013-12-23 21:31:20 +05:30
Marc Delisle
2a8962aa95 Signed-off-by: Marc Delisle <marc@infomarc.info>
Added warning about the mysql extension being deprecated
and removed the extension directive
2013-12-14 14:26:12 -05:00
ptarjan
840f7b1215 Make unit tests friendlier to running independently 2013-11-20 14:43:55 -08:00
Michal Čihař
8075bd0dd3 These tests can take longer, give them more time 2013-11-19 09:26:04 +01:00
Madhura Jayaratne
184316d891 Coding style fixes 2013-11-03 19:00:41 +05:30
Piotr Przybylski
a67e41a646 Refactored ConfigFile class so that it is no longer a singleton
Fixes bug #4123 Double config including
2013-11-03 12:54:20 +01:00