diff options
| author | Antony Dovgal <tony2001@php.net> | 2005-12-21 11:42:06 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2005-12-21 11:42:06 +0000 |
| commit | c92ae847c78ba8b1ceba88755e5aca4412230608 (patch) | |
| tree | 6d096eefbd5a5341aa8ba2c54295b3aa5e4954e1 /ext/pdo_sqlite/tests | |
| parent | 97200944d237cf10b9753356cbc956b38b2e1ee3 (diff) | |
| download | php-git-c92ae847c78ba8b1ceba88755e5aca4412230608.tar.gz | |
add missing skipif conditions
fix existing ones
Diffstat (limited to 'ext/pdo_sqlite/tests')
| -rw-r--r-- | ext/pdo_sqlite/tests/bug35336.phpt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/pdo_sqlite/tests/bug35336.phpt b/ext/pdo_sqlite/tests/bug35336.phpt index 9fe77e19b7..59dbda38ba 100644 --- a/ext/pdo_sqlite/tests/bug35336.phpt +++ b/ext/pdo_sqlite/tests/bug35336.phpt @@ -1,5 +1,9 @@ --TEST-- Bug #35336 (crash on PDO::FETCH_CLASS + __set()) +--SKIPIF-- +<?php # vim:ft=php +if (!extension_loaded('pdo_sqlite')) print 'skip not loaded'; +?> --FILE-- <?php class EEE { |
