Remove Serialize test from runall.php

git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@69460 2327b42d-5241-43d6-9e2a-de5ac946f064
This commit is contained in:
Mark Baker 2011-02-26 21:51:40 +00:00
parent 45fb4d84c1
commit 23c288efad
1 changed files with 0 additions and 2 deletions

View File

@ -41,7 +41,6 @@ $aTests = array(
, '09pagebreaks.php' , '09pagebreaks.php'
, '10autofilter.php' , '10autofilter.php'
, '11documentsecurity.php' , '11documentsecurity.php'
, '12serializedfileformat.php'
, '13calculation.php' , '13calculation.php'
, '14excel5.php' , '14excel5.php'
, '15datavalidation.php' , '15datavalidation.php'
@ -71,7 +70,6 @@ $aTests = array(
foreach ($aTests as $sTest) { foreach ($aTests as $sTest) {
@unlink( str_replace('.php', '.xls', $sTest) ); @unlink( str_replace('.php', '.xls', $sTest) );
@unlink( str_replace('.php', '.xlsx', $sTest) ); @unlink( str_replace('.php', '.xlsx', $sTest) );
@unlink( str_replace('.php', '.phpxl', $sTest) );
@unlink( str_replace('.php', '.csv', $sTest) ); @unlink( str_replace('.php', '.csv', $sTest) );
@unlink( str_replace('.php', '.htm', $sTest) ); @unlink( str_replace('.php', '.htm', $sTest) );
@unlink( str_replace('.php', '.pdf', $sTest) ); @unlink( str_replace('.php', '.pdf', $sTest) );