QA logo
Tuesday, May 21, 2013
Home | Projects and Goals | Release Candidates | How to Help | Handling Bug Reports | Test Reports | Manage Pull Requests


Sample Test: skipif2.inc

Back to "PHPT Test File Layout"

<?php
  if (!extension_loaded('soap')) die('skip soap extension not available');
?>

Back to "PHPT Test File Layout"

 
Go to the main PHP site