chamber-orchestra/doctrine-extensions-bundle
src/ contains the bundle source code (PSR-4 namespace ChamberOrchestra\DoctrineExtensionsBundle).tests/ is reserved for automated tests; current layout includes tests/Integrational/ and tests/Unit/.bin/ holds helper scripts, if present.vendor/ is Composer-managed dependencies (do not edit).composer.json defines runtime and dev dependencies for the bundle.composer install installs dependencies for local development.composer test runs the PHPUnit suite via vendor/bin/phpunit.vendor/bin/phpunit --filter SomeTest runs a single test case by name.^8.4; target Symfony 8 and Doctrine ORM 3 APIs.src/Foo/Bar.php => ChamberOrchestra\DoctrineExtensionsBundle\Foo\Bar.StudlyCaps for class names and camelCase for methods/properties.phpunit.xml.dist with tests/ as the suite root.tests/Unit/ (fast, isolated) and tests/Integrational/ (kernel/DB) coverage.Test suffix (e.g., SomethingTest) and place them under the matching test suite directory.feat:, fix:).Tests\Integrational\TestKernel as KERNEL_CLASS; update if the test kernel moves.How can I help you explore Laravel packages today?