Commit:    9be591bdb503740ef5d3261422a180e68b9eb3fc
Author:    Remi Collet <r...@php.net>         Thu, 20 Jun 2013 08:42:07 +0200
Parents:   0e55d3a12a668c08378326e4aa4e8556b5a384b0
Branches:  PHP-5.4 PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=9be591bdb503740ef5d3261422a180e68b9eb3fc

Log:
skip test for bug #64936 when tokenizer not built

Bugs:
https://bugs.php.net/64936

Changed paths:
  M  ext/reflection/tests/bug64936.phpt


Diff:
diff --git a/ext/reflection/tests/bug64936.phpt 
b/ext/reflection/tests/bug64936.phpt
index 578dc7e..363a17f 100644
--- a/ext/reflection/tests/bug64936.phpt
+++ b/ext/reflection/tests/bug64936.phpt
@@ -3,6 +3,10 @@ ReflectionMethod::getDocComment() uses left over doc comment 
from previous scann
 --INI--
 opcache.save_comments=1
 opcache.load_comments=1
+--SKIPIF--
+<?php
+if (!extension_loaded('reflection') || !extension_loaded('tokenizer')) print 
'skip missing reflection of tokernizer extension';
+?>
 --FILE--
 <?php


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to