Michal Čihař
3ba249176a
Remove incomplete @covers annotations
...
PHPUnit now uses these to list code which is covered and was not listed
in @covers, what produces quite a lot of errors. I don't think we really
need to explicitely list those directives.
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-19 16:04:20 +01:00
Jeff Chan
013a9a3395
Move slow test 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 20:52:13 +00:00
Madhura Jayaratne
c1c50b5944
Revert e8fa9e5335, ea0ad9d41c and f36fbfd4c6
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-01-29 23:06:43 +05:30
Sampath Liyanage
ea0ad9d41c
unit tests updated. Some global variables were set in setup functions of some test files. one testing function with mockobjects was changed from once() to exactly(2) because the bug fix has made that function calls twice
...
Signed-off-by: Sampath Liyanage <plbsam@gmail.com>
2014-01-27 21:53:36 +05:30
Marc Delisle
d8fd82a9f5
The DisableIS directive is removed
2013-11-05 12:44:04 -05:00
Michal Čihař
8b9fa8aa36
Do not set language in every test
2013-06-11 14:02:49 +02:00
Michal Čihař
ba9cff2736
Set token in single place for all tests
2013-06-11 13:53:31 +02:00
Madhura Jayaratne
0dab7f2463
Separate DatabaseInterface class and creation of an instance of it
2013-05-26 21:28:42 +05:30
Madhura Jayaratne
650a8cdda3
Convert database interface to a class
2013-05-24 17:30:59 +05:30
Madhura Jayaratne
a9d57ee529
Do not use indirect method invocations to test whether a variable is set.
2013-05-06 22:32:13 +05:30
adamgsoc2013
3a6545e8a8
add testDisableWarning to Header core code
2013-05-05 23:41:50 +08:00
adamgsoc2013
078cd86256
add test case for PMA_Header_test
...
1. testGetMessage
2. testSetBodyId
2013-04-11 15:11:20 +08:00
adamgsoc2013
b00f9935dc
add test case for PMA_Header_test
...
1. add testGetJsParams
2. add testGetJsParamsCode
2013-04-06 18:29:52 +08:00
Michal Čihař
83ac2800ab
Few simple tests for Header class
2012-09-22 09:53:26 +02:00