 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.
		
			
				
	
	
		
			16 lines
		
	
	
		
			325 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			325 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| "01AB",		"427"
 | |
| "ABCD",		"43981"
 | |
| "F6",		"246"
 | |
| "12345",	"74565"
 | |
| "123456789",	"4886718345"
 | |
| "123.45",	"#NUM!"
 | |
| "0",		"0"
 | |
| "G3579A",	"#NUM!"
 | |
| TRUE,		"#VALUE!"
 | |
| "-107",		"#NUM!"
 | |
| "A5",		"165"
 | |
| "3DA408B9",	"1034160313"
 | |
| "FFFFFFFF5B",	"-165"   //	2's Complement
 | |
| "FFFFFFFFFF",	"-1"     //	2's Complement
 | |
| "1FFFFFFFFFF",	"#NUM!"  // Too large
 |