Skip to content

Commit

Permalink
Just for now skip keyword test (to be implemented)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliens committed Jul 11, 2013
1 parent 8082cde commit 140c8ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/keywords/001.phpt
@@ -1,5 +1,7 @@
--TEST--
Testing if include, include_once, require and require_once are caught
--SKIPIF--
skip "Not Implemented Yet"
--FILE--
<?php
aop_add_before('include()', function(AopJoinPoint $ajp){
Expand Down
2 changes: 2 additions & 0 deletions tests/keywords/002.phpt
@@ -1,5 +1,7 @@
--TEST--
Testing if echo is hooked
--SKIPIF--
skip "Not Implemented Yet"
--FILE--
<?php
$a=function(AopJoinpoint $j) {die('Had echoed');};
Expand Down
2 changes: 2 additions & 0 deletions tests/keywords/003.phpt
@@ -1,5 +1,7 @@
--TEST--
Testing if print is hooked
--SKIPIF--
skip "Not Implemented Yet"
--FILE--
<?php
$a=function(AopJoinpoint $j) {die('Had printed');};
Expand Down

0 comments on commit 140c8ed

Please sign in to comment.