summaryrefslogtreecommitdiffstats
path: root/3rdparty/simpletest/test/support/spl_examples.php
diff options
context:
space:
mode:
authorFrank Karlitschek <karlitschek@kde.org>2012-02-15 20:40:37 +0100
committerFrank Karlitschek <karlitschek@kde.org>2012-02-15 20:40:37 +0100
commitdccdeca2581f705c69eb4266aa646173f588a9de (patch)
treef4cb27fc31b331e03f14cf1c2a1f4719ebb62cdc /3rdparty/simpletest/test/support/spl_examples.php
parentc2fb5fed029a77f4cdcd6a8b9a6308ef40091639 (diff)
downloadnextcloud-server-dccdeca2581f705c69eb4266aa646173f588a9de.tar.gz
nextcloud-server-dccdeca2581f705c69eb4266aa646173f588a9de.zip
remove the 3rdparty files. everything is now in https://gitorious.org/owncloud/3rdparty
Diffstat (limited to '3rdparty/simpletest/test/support/spl_examples.php')
-rwxr-xr-x3rdparty/simpletest/test/support/spl_examples.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/3rdparty/simpletest/test/support/spl_examples.php b/3rdparty/simpletest/test/support/spl_examples.php
deleted file mode 100755
index 45add356c44..00000000000
--- a/3rdparty/simpletest/test/support/spl_examples.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
- // $Id: spl_examples.php 1262 2006-02-05 19:35:31Z lastcraft $
-
- class IteratorImplementation implements Iterator {
- function current() { }
- function next() { }
- function key() { }
- function valid() { }
- function rewind() { }
- }
-
- class IteratorAggregateImplementation implements IteratorAggregate {
- function getIterator() { }
- }
-?> \ No newline at end of file