You've already forked wc-licensed-product-client
- Add PHPUnit 11.0 as dev dependency - Add phpunit.xml configuration - Add DTO tests (LicenseInfo, LicenseStatus, ActivationResult) - Add Exception tests (factory method, all exception types) - Add LicenseClient tests with mocked HTTP responses - Update README with testing instructions - Update CHANGELOG 32 tests, 93 assertions Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
11 lines
111 B
Plaintext
11 lines
111 B
Plaintext
/vendor/
|
|
.phpunit.cache/
|
|
.phpunit.result.cache
|
|
.php-cs-fixer.cache
|
|
*.log
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|