diff options
Diffstat (limited to 'tests/phpunit/data/xmp/bag-for-seq.result.php')
-rw-r--r-- | tests/phpunit/data/xmp/bag-for-seq.result.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/phpunit/data/xmp/bag-for-seq.result.php b/tests/phpunit/data/xmp/bag-for-seq.result.php new file mode 100644 index 00000000..b5244f88 --- /dev/null +++ b/tests/phpunit/data/xmp/bag-for-seq.result.php @@ -0,0 +1,10 @@ +<?php + +$result = array( + 'xmp-general' => array( + 'Artist' => array( + '_type' => 'ul', + 0 => 'The author', + ) + ) +); |