Commit Graph

13 Commits

Author SHA1 Message Date
Dan Ungureanu
91b97fadc2 Remove unneeded closing tags.
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-19 00:18:38 +03:00
Michal Čihař
f420f1bcfd Document possible bug in test
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-09 14:57:10 +02:00
Michal Čihař
40f9df6fcc Merge pull request #1067 from jeffchan/fix-tests
Fix unit test running individually by file
2014-03-15 08:26:49 +01:00
Jeff Chan
694daa01dd Cache date in ConfigGenerator unit test
Occasionally we run into timing issues. For example, if the config
is generated at 12:00:59PM and the assertion is at 12:01:00PM, then
the test will fail. This should bring the expected $date closer to
when the config is generated.

Signed-off-by: Jeff Chan <jefftchan@gmail.com>
2014-03-14 20:00:19 +00:00
Jeff Chan
69e2f227ab Move slow tests in HHVM to medium group
Signed-off-by: Jeff Chan <jefftchan@gmail.com>
2014-03-14 18:59:13 +00:00
Jeff Chan
3f0f634c38 Import config 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 607cb3b0b3

Signed-off-by: Jeff Chan <jefftchan@gmail.com>
2014-03-12 03:30:36 +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
f7d5da319e Fix coding style.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-01-09 18:22:11 +01:00
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
Madhura Jayaratne
878488d469 Do not hard code PMA version in tests 2013-10-01 17:39:37 +05:30
ayushchd
550a606443 Improve tests and coverage 2013-07-12 13:07:30 +05:45
ayushchd
de3cc341a0 Add test case for non-array $var_value 2013-07-11 23:48:05 +05:45
ayushchd
f7e9e262c1 Tests for setup/* and user_prefs* 2013-07-11 13:59:49 +05:45