MINI MINI MANI MO

Path : /proc/self/root/usr/local/src/imagick-3.4.4/tests/
File Upload :
Current File : //proc/self/root/usr/local/src/imagick-3.4.4/tests/255_getFeatures.phpt

--TEST--
Test Imagick::getfeatures
--SKIPIF--
<?php

require_once(dirname(__FILE__) . '/skipif.inc');

checkClassMethods('Imagick', array('getfeatures'));


?>
--FILE--
<?php

$features = Imagick::getFeatures();

if (!is_string($features)) {
	echo "Features failed to return a string";
}

echo "Ok";

?>
--EXPECTF--
Ok

OHA YOOOO