Skip to content

Commit

Permalink
* added SKIPIF
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Jun 30, 2009
1 parent a31ab87 commit 5e58aa1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/build-johndoe.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
--TEST--
A test to build a john doe vcard included in examples.
--SKIPIF--
<?php
if (!class_exists('Contact_Vcard_Build')) {
die('SKIP This test requires Contact_Vcard_Build.');
}
--FILE--
<?php
require_once 'Contact/Vcard/Build.php';
Expand Down

0 comments on commit 5e58aa1

Please sign in to comment.