From 23c288efad85c0921d0c021ea1e7a994c9cadb50 Mon Sep 17 00:00:00 2001 From: Mark Baker Date: Sat, 26 Feb 2011 21:51:40 +0000 Subject: [PATCH] Remove Serialize test from runall.php git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@69460 2327b42d-5241-43d6-9e2a-de5ac946f064 --- Tests/runall.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tests/runall.php b/Tests/runall.php index d4913e39..3a264fcf 100644 --- a/Tests/runall.php +++ b/Tests/runall.php @@ -41,7 +41,6 @@ $aTests = array( , '09pagebreaks.php' , '10autofilter.php' , '11documentsecurity.php' - , '12serializedfileformat.php' , '13calculation.php' , '14excel5.php' , '15datavalidation.php' @@ -71,7 +70,6 @@ $aTests = array( foreach ($aTests as $sTest) { @unlink( str_replace('.php', '.xls', $sTest) ); @unlink( str_replace('.php', '.xlsx', $sTest) ); - @unlink( str_replace('.php', '.phpxl', $sTest) ); @unlink( str_replace('.php', '.csv', $sTest) ); @unlink( str_replace('.php', '.htm', $sTest) ); @unlink( str_replace('.php', '.pdf', $sTest) );