1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 23:18:13 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
AllenJB 50752401a7 Change the default PDO error mode to exceptions
According to <https://www.php.net/manual/en/pdo.error-handling.php>.
2020-05-04 22:51:47 +02:00
peter279k d0ac3a6a86 Using PDO instead because of consistency 2019-05-11 21:05:49 +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 4485a159ce - Added missing SKIPIF 2009-04-25 21:39:37 +00:00
Johannes Schlüter 8715eb0afa Fix tests (use a in-memory database not a file called memory) 2008-12-03 11:00:19 +00:00
Felipe Pena fbf7cc72aa - Fixed memory leaks
- Added new tests (Coverage++)
2008-12-02 21:00:23 +00:00