- Add HVAC_Test_User_Factory class with: * User creation with specific roles * Multiple role support * Persona management system * Account cleanup integration - Create comprehensive test suite in HVAC_Test_User_Factory_Test.php - Update testing improvement plan documentation - Add implementation decisions to project memory bank - Restructure .gitignore with: * Whitelist approach for better file management * Explicit backup exclusions * Specific bin directory inclusions Part of the Account Management component from the testing framework improvement plan.
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			411 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			411 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "require-dev": {
 | |
|         "phpunit/phpunit": "^9.6",
 | |
|         "yoast/phpunit-polyfills": "^1.0",
 | |
|         "wp-phpunit/wp-phpunit": "^6.7",
 | |
|         "yoast/wp-test-utils": "^1.0"
 | |
|     },
 | |
|     "autoload-dev": {
 | |
|         "psr-4": {
 | |
|             "HVAC\\Tests\\": "tests/"
 | |
|         }
 | |
|     },
 | |
|     "config": {
 | |
|         "allow-plugins": {
 | |
|             "dealerdirect/phpcodesniffer-composer-installer": true
 | |
|         }
 | |
|     }
 | |
| }
 |