PhpSpreadsheet/unitTests
Adrien Crivelli a0da3e32ec Double quote support for SUMIF() condition
SUMIF() condition can have double quote, such as '=SUMIF(A2:A4,">""",B2:B4)'.
This formula purpose is to compare the character double quote (").

In our previous patch (commit f1a1f525) we wrongly assumed that
PHPExcel_Calculation_MathTrig::SUMIF() expected the condition to escaped ('>""'),
but this is actually not the case in real use of PHPExcel, so the unit tests were
modified accordingly to use non-escaped condition ('>"').
2014-01-17 21:01:57 +09:00
..
Classes/PHPExcel Double quote support for SUMIF() condition 2014-01-17 21:01:57 +09:00
custom __DIR__ -> dirname(__FILE__) 2012-11-24 09:44:56 +01:00
rawTestData Comparison operators on strings are usually case insensitive 2013-11-21 16:04:59 +09:00
bootstrap.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
phpunit-cc.xml CodeCoverage only when needed 2012-11-24 08:33:24 +01:00
phpunit.xml Filtering classpaths in PHPunit config 2012-12-19 12:44:43 +01:00
testDataFileIterator.php Get str_getcsv working on PHP 5.2 2012-11-24 09:43:16 +01:00