test WIP: not a unit test yet but heading there
This commit is contained in:
parent
905e9113c4
commit
68ce3782e1
8 changed files with 3 additions and 2 deletions
|
|
@ -1,8 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once 'InstanceIterator.php';
|
require_once __DIR__.'/../src/InstanceIterator.php';
|
||||||
|
require_once __DIR__.'/../src/Instance.php';
|
||||||
|
|
||||||
$instanceIterator = new InstanceIterator('/home/zeuz/repos/va/working/tests/instances');
|
$instanceIterator = new rabe\Util\InstanceIterator(__DIR__.'/instances');
|
||||||
|
|
||||||
foreach ($instanceIterator as $instance)
|
foreach ($instanceIterator as $instance)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
0
tests/instances/a/.rev
Normal file
0
tests/instances/a/.rev
Normal file
0
tests/instances/b/.rev
Normal file
0
tests/instances/b/.rev
Normal file
0
tests/instances/c/.rev
Normal file
0
tests/instances/c/.rev
Normal file
0
tests/instances/d/.rev
Normal file
0
tests/instances/d/.rev
Normal file
0
tests/instances/e/.rev
Normal file
0
tests/instances/e/.rev
Normal file
0
tests/instances/f/.rev
Normal file
0
tests/instances/f/.rev
Normal file
0
tests/instances/file
Normal file
0
tests/instances/file
Normal file
Loading…
Add table
Add a link
Reference in a new issue