 00657c906e
			
		
	
	
		00657c906e
		
			
		
	
	
	
	
		
			
			All code for unit tests is now under the `PhpSpreadsheet\Tests` namespace which is autoloaded via composer mechanism. So there is no need for `require()` anymore. Also, tests were moved in `tests/` folder and phpunit should be executed from the project root folder. This is to conform to the de facto standard, notably in use in phpunit itself.
		
			
				
	
	
		
			14 lines
		
	
	
		
			254 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			254 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| "01AB",			"653"
 | |
| "ABCD",			"125715"
 | |
| "F6",			"366"
 | |
| "3B4E",			"35516"
 | |
| "F",		3,	"017"
 | |
| "12345",		"221505"
 | |
| "123456789",		"#NUM!"
 | |
| "123.45",		"#NUM!"
 | |
| "0",			"0"
 | |
| "G3579A",		"#NUM!"
 | |
| TRUE,			"#VALUE!"
 | |
| "-107",			"#NUM!"
 | |
| "FFFFFFFF00",		"7777777400"	//	2's Complement
 |