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, 0 insertions, 10 deletions
diff --git a/tests/phpunit/data/xmp/bag-for-seq.result.php b/tests/phpunit/data/xmp/bag-for-seq.result.php deleted file mode 100644 index b5244f88..00000000 --- a/tests/phpunit/data/xmp/bag-for-seq.result.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - -$result = array( - 'xmp-general' => array( - 'Artist' => array( - '_type' => 'ul', - 0 => 'The author', - ) - ) -); |