Skip to content

Conversation

toxicity1985
Copy link

Q A
License MIT
Packagist https://packagist.org/packages/atoum/atoum-bundle

Package

Recipe Versions

  • 2.0: For Symfony 6 and earlier (PHP 7.4+)
  • 3.0: For Symfony 7+ (PHP 8.0+)

What does this recipe do?

This recipe automates the setup of the AtoumBundle, which integrates the atoum testing framework with Symfony:

  1. Registers the bundle in config/bundles.php for dev and test environments
  2. Creates default configuration at config/packages/test/atoum.yaml
  3. Copies .atoum.php configuration file to project root
  4. Adds .atoum.php to .gitignore
  5. Displays helpful post-installation instructions

Key Features

Version 3.0 (Modern Symfony 7+)

  • Zero-config approach: No YAML configuration needed for modern directory testing
  • 🎯 Directory-based testing: bin/console atoum --directory=tests
  • 📚 Backward compatible with bundle-based testing

Version 2.0 (Symfony 6 and earlier)

  • 📦 Bundle-based configuration: Traditional Symfony approach
  • 🔧 YAML configuration for bundle testing

@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) October 14, 2025 11:28
Copy link

github-actions bot commented Oct 14, 2025

Thanks for the PR 😍

How to test these changes in your application

  1. Define the SYMFONY_ENDPOINT environment variable:

    # On Unix-like (BSD, Linux and macOS)
    export SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1871/index.json
    # On Windows
    SET SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1871/index.json
  2. Install the package(s) related to this recipe:

    composer req symfony/flex
    composer req 'atoum/atoum-bundle:^7.0'
  3. Don't forget to unset the SYMFONY_ENDPOINT environment variable when done:

    # On Unix-like (BSD, Linux and macOS)
    unset SYMFONY_ENDPOINT
    # On Windows
    SET SYMFONY_ENDPOINT=

Diff between recipe versions

In order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes.
I'm going keep this comment up to date with any updates of the attached patch.

auto-merge was automatically disabled October 14, 2025 11:37

Head branch was pushed to by a user without write access

@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) October 14, 2025 11:37
@toxicity1985
Copy link
Author

Je suis au courant des issue et ca va etre fixé dés que la version 3.0 sera publiée.

auto-merge was automatically disabled October 17, 2025 04:16

Pull request was closed

@toxicity1985 toxicity1985 reopened this Oct 17, 2025
@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) October 17, 2025 04:17
auto-merge was automatically disabled October 17, 2025 04:30

Head branch was pushed to by a user without write access

@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) October 17, 2025 04:31
auto-merge was automatically disabled October 17, 2025 04:36

Head branch was pushed to by a user without write access

@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) October 17, 2025 04:37
auto-merge was automatically disabled October 17, 2025 04:41

Head branch was pushed to by a user without write access

@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) October 17, 2025 04:41
auto-merge was automatically disabled October 17, 2025 04:42

Head branch was pushed to by a user without write access

@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) October 17, 2025 04:43
auto-merge was automatically disabled October 17, 2025 04:48

Head branch was pushed to by a user without write access

@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) October 17, 2025 04:48
auto-merge was automatically disabled October 17, 2025 04:53

Pull request was closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant