You've already forked wc-composable-product
- 57 unit tests covering ProductType, StockManager, CartHandler, Plugin, Admin/ProductData, Admin/Settings using Brain Monkey + Mockery - WooCommerce class stubs for testing without WP installation - PHP lint and test jobs in release workflow (test gate blocks release) - PSR-4 namespace change: WC_Composable_Product -> Magdev\WcComposableProduct - PascalCase filenames for all classes under includes/ Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
28 lines
248 B
Plaintext
Executable File
28 lines
248 B
Plaintext
Executable File
# Editor swap files
|
|
*.*swp
|
|
|
|
# Composer
|
|
vendor/
|
|
|
|
# Cache
|
|
cache/
|
|
|
|
# Development files
|
|
.vscode/
|
|
.idea/
|
|
logs/
|
|
*.log
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
.directory
|
|
|
|
# PHPUnit local overrides
|
|
phpunit.xml
|
|
|
|
# Binary files
|
|
languages/*.mo
|
|
|
|
.phpunit.result.cache
|