 342ffb629b
			
		
	
	
		342ffb629b
		
			
		
	
	
	
	
		
			
			* Merge branch 'master' of C:\Projects\PHPOffice\PHPSpreadsheet\develop with conflicts. * First pass at moving MathTrig tests into individual test files * Appeasement to the great goddess PHPCS * Appeasement to the great goddess PHPCS * Minor scrutinizer issue resolved * More refactoring of tests into individual test files fr each math/trig function * More work on the math/trig test refactoring, plus a bit of tidyup of date/time tests as well * Fix test * Fix docblock in test * Finish refactoring Math/Trig tests into separate files * Fix SubTotal Test * Import additional classes for SubTotal test
		
			
				
	
	
		
			65 lines
		
	
	
		
			825 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			65 lines
		
	
	
		
			825 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     [
 | |
|         39493,
 | |
|         '15-Jan-2008', 1,
 | |
|     ],
 | |
|     [
 | |
|         39431,
 | |
|         '15-Jan-2008', -1,
 | |
|     ],
 | |
|     [
 | |
|         39522,
 | |
|         '15-Jan-2008', 2,
 | |
|     ],
 | |
|     [
 | |
|         39202,
 | |
|         '31-Mar-2007', 1,
 | |
|     ],
 | |
|     [
 | |
|         39141,
 | |
|         '31-Mar-2007', -1,
 | |
|     ],
 | |
|     [
 | |
|         39507,
 | |
|         '31-Mar-2008', -1,
 | |
|     ],
 | |
|     [
 | |
|         39416,
 | |
|         '31-Mar-2008', -4,
 | |
|     ],
 | |
|     [
 | |
|         39141,
 | |
|         '29-Feb-2008', -12,
 | |
|     ],
 | |
|     [
 | |
|         39248,
 | |
|         '15-Mar-2007', 3,
 | |
|     ],
 | |
|     [
 | |
|         22269,
 | |
|         22269.0, 0,
 | |
|     ],
 | |
|     [
 | |
|         22331,
 | |
|         22269.0, 2,
 | |
|     ],
 | |
|     [
 | |
|         25618,
 | |
|         22269.0, 110,
 | |
|     ],
 | |
|     [
 | |
|         18920,
 | |
|         22269.0, -110,
 | |
|     ],
 | |
|     [
 | |
|         '#VALUE!',
 | |
|         '15-Mar-2007', 'ABC',
 | |
|     ],
 | |
|     [
 | |
|         '#VALUE!',
 | |
|         'Invalid', 12,
 | |
|     ],
 | |
| ];
 |