Jorg Adam Sowa
1e02099e6a
ext/mbstring: Use internal_encoding INI setting instead of mb_internal_encoding() in tests ( #19663 )
...
Moves the usage of `mb_internal_encoding()` to INI section for the tests not testing the encoding/function itself, but the other mbstring/iconv functions.
2025-09-03 11:34:12 +01:00
Nikita Popov
a06d015e61
Remove unnecessary mbstring skipifs
...
These functions are always available (if the extension is available
at all).
2021-06-14 15:27:28 +02:00
Nikita Popov
39131219e8
Migrate more SKIPIF -> EXTENSIONS ( #7139 )
...
This is a mix of more automated and manual migration. It should remove all applicable extension_loaded() checks outside of skipif.inc files.
2021-06-11 12:58:44 +02:00
Máté Kocsis
b5c7a83dca
Remove unnecessary PHPDoc-alike blocks from tests
...
Closes GH-5759
2020-06-24 13:13:44 +02:00
Nikita Popov
487d4d07b4
Remove some uses of deprecated internal_encoding settings in tests
2019-04-17 14:24:11 +02:00
Peter Kokot
d7a3edd45d
Trim trailing whitespace in *.phpt
2018-10-14 19:46:15 +02:00
Gabriel Caruso
ded3d984c6
Use EXPECT instead of EXPECTF when possible
...
EXPECTF logic in run-tests.php is considerable, so let's avoid it.
2018-02-20 21:53:48 +01:00
Jani Taskinen
b4e313eed4
MFH:- fix test
2008-07-31 11:50:16 +00:00
Moriyoshi Koizumi
935846db2b
- Fix tests.
2008-07-25 10:48:20 +00:00
Josie Messa
51fe79c055
- Committing new tests for MBString extension.
...
More details can be found here: http://news.php.net/php.qa/62382
2008-02-01 15:29:59 +00:00