Commit Graph

255 Commits

Author SHA1 Message Date
Dieter Adriaenssens
e67e930328 improve coding style 2012-03-16 16:54:04 +01:00
Marc Delisle
59e4ec5779 Remove outdated (and unneeded) files 2012-03-12 16:50:20 -04:00
Michal Čihař
ec652784b4 Add missing includes 2012-02-14 16:37:23 +01:00
Michal Čihař
5fe9a03bb8 Another whitespace removal... 2012-02-01 10:45:36 +01:00
Michal Čihař
a01fc09ccf Avoid whitespace output 2012-02-01 10:01:28 +01:00
Michal Čihař
90f29bceed Avoid using ini_set 2012-01-27 15:01:00 +01:00
Michal Čihař
d4eaf57b88 Prevent warnings from ini_set 2012-01-27 14:16:09 +01:00
Michal Čihař
a8e38f8cdb Prevent output from this test 2012-01-27 13:47:03 +01:00
Michal Čihař
8b064f0790 Add missing require 2011-12-19 15:37:25 +01:00
Michal Čihař
66f38160ea Fix runinng more testcases (neeeds clean environment) 2011-12-19 15:03:19 +01:00
Michal Čihař
3b2c4dd0db Fix condition (it returns actual value) 2011-12-19 15:02:00 +01:00
Michal Čihař
eddbee7e73 Use PHPUnit_Framework_TestCase insead of PHPUnit_Extensions_OutputTestCase
This is needed for phpunit 3.6 (otherwise it throws out tons of
warnings).
2011-12-19 14:59:42 +01:00
Michal Čihař
07472a7f2a Make this test pass (it was built not to expect links to documentation) 2011-12-16 15:40:04 +01:00
Michal Čihař
bb1fd3c966 Expect token here as well 2011-12-16 15:36:06 +01:00
Michal Čihař
03f26421dc Load theme here, otherwise it pollutes cache in PMA_getImage 2011-12-16 15:35:57 +01:00
Michal Čihař
e56949f160 Use package name PhpMyAdmin
Needed to match phpdoc rules as package name must begin with upper case.
2011-10-25 10:13:17 +02:00
Michal Čihař
dea67b9dfe Wrap some long lines 2011-10-25 10:05:50 +02:00
Michal Čihař
79cf0067a9 Fix coding style 2011-10-25 10:02:00 +02:00
Michal Čihař
6135e405bf Wrap long lines 2011-10-24 14:25:39 +02:00
Michal Čihař
4bf2927674 Force language to be set to avoid problems in jenkins 2011-10-24 14:24:12 +02:00
Michal Čihař
a67bd38133 Add testcases for links inside BB code 2011-10-24 13:51:58 +02:00
Michal Čihař
ebdad5e1c1 Add missing include 2011-10-24 13:51:41 +02:00
Madhura Jayaratne
e15ff037e3 typo 2011-10-02 07:11:57 +05:30
Madhura Jayaratne
50293004ad Fix failing tests 2011-10-02 06:58:35 +05:30
Madhura Jayaratne
aa4dac8175 Defining undefined config 2011-10-02 02:10:15 +05:30
Madhura Jayaratne
383d55ff6d Revert 7bb14bcea9 2011-10-02 02:07:36 +05:30
Madhura Jayaratne
7bb14bcea9 Including undefined config 2011-10-02 01:51:20 +05:30
Madhura Jayaratne
9cd4a96902 Fix failing tests 2011-10-02 01:04:32 +05:30
Rouslan Placella
b8d454f851 Fixed unit tests 2011-09-30 16:44:06 +01:00
Madhura Jayaratne
21c5148d17 Style errors with class declarations 2011-09-23 11:24:06 +05:30
Madhura Jayaratne
13adb5adf7 Use lower case for true, false and null 2011-09-23 11:11:41 +05:30
Madhura Jayaratne
9bcb83af03 File is being conditionally included; use "include" instead 2011-09-23 10:56:30 +05:30
Madhura Jayaratne
e67a0a2531 Spaces between parameters in function calls 2011-09-23 08:43:41 +05:30
Dieter Adriaenssens
94c6836f8b fix coding style : control structures 2011-09-05 14:28:17 +02:00
Madhura Jayaratne
1fddc1891b more tests for scaleRow function for better test coverage 2011-08-24 10:26:47 +05:30
Madhura Jayaratne
361544ecf7 Take common code to PMA_GIS_GeomTest class 2011-08-24 10:00:35 +05:30
Madhura Jayaratne
98a770b415 More tests for scaleRow method 2011-08-24 09:58:00 +05:30
Madhura Jayaratne
936461597e tests for scaleRow method 2011-08-24 09:51:44 +05:30
Madhura Jayaratne
d837b705a5 Test cases for PMA_GIS_Geometry class 2011-08-24 00:11:39 +05:30
Madhura Jayaratne
486638281a Abstract class PMA_GIS_GeometryTest renamed to PMA_GIS_GeomTest to make room for tests for functions in PMA_GIS_Geometry class 2011-08-23 22:47:34 +05:30
Madhura Jayaratne
8b3f1b0247 tests for PMA_GIS_Linestring::scaleRow() method 2011-08-23 22:40:22 +05:30
Madhura Jayaratne
624a742054 Test case for PMA_GIS_Multipolygon::getShape() 2011-08-23 19:13:55 +05:30
Madhura Jayaratne
af5c63a905 Wrong data being used. Now use correct data. 2011-08-22 21:08:06 +05:30
Madhura Jayaratne
47f79cf091 Fix indentation 2011-08-22 20:44:09 +05:30
Madhura Jayaratne
a7e48cde10 More test data 2011-08-22 20:43:50 +05:30
Dieter Adriaenssens
e82d3c7136 require/include are statements not functions; no parentheses are required 2011-08-21 23:36:10 +02:00
Michal Čihař
5624ed3dc0 Fix class name 2011-08-19 11:05:38 +02:00
Michal Čihař
3ab9bdf5e3 Remove stray code 2011-08-19 10:52:09 +02:00
Michal Čihař
e479f1c843 Add test for js escaping 2011-08-19 10:47:45 +02:00
Madhura Jayaratne
b3d627f3f6 Missing default function for Spatial types 2011-08-17 23:23:34 +05:30