Commit Graph

5 Commits

Author SHA1 Message Date
Michal Čihař
288995ba18 Remove trimming from template renderere
This relies on preg_replace correctly handles multibyte chars what is
not true on Windows and it then corrupts the content as it removers
parts of UTF-8 chars. Removal fixes occassional 200 errors on Windows.

Fixes #11705

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-05-12 15:35:38 +02:00
Michal Čihař
b450e58dbb Remove require of libraries included in test bootstrap
There is no need to specify them in every test when we already do it
globally.

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-12 16:43:16 +01:00
Madhura Jayaratne
eb2c50e446 Move more test classes to be subclasses to PMATestCase
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-12-17 20:22:41 +11:00
Madhura Jayaratne
4622f16b1f Use common test class as parent for more test cases
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-12-17 20:06:21 +11:00
Madhura Jayaratne
ab49273856 Rename test classes
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-10-15 20:57:27 +11:00