Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony/yaml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.2
Choose a base ref
...
head repository: symfony/yaml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.3
Choose a head ref
  • 15 commits
  • 10 files changed
  • 3 contributors

Commits on Jul 22, 2018

  1. Use an empty string as default for assertEquals

    Make sure it isn’t interpreted as a type NULL, making the test fail with
    PHPUnit 7.2.
    DavidPrevot committed Jul 22, 2018
    Copy the full SHA
    4598d79 View commit details

Commits on Jul 24, 2018

  1. Copy the full SHA
    acaaa95 View commit details

Commits on Jul 26, 2018

  1. Merge branch '2.8' into 3.4

    * 2.8:
      Fix Clidumper tests
      Enable the fixer enforcing fully-qualified calls for compiler-optimized functions
      Apply fixers
      Disable the native_constant_invocation fixer until it can be scoped
      Update the list of excluded files for the CS fixer
    nicolas-grekas committed Jul 26, 2018
    Copy the full SHA
    2ed2a51 View commit details
  2. Merge branch '3.4' into 4.0

    * 3.4:
      Fix Clidumper tests
      Enable the fixer enforcing fully-qualified calls for compiler-optimized functions
      Apply fixers
      Disable the native_constant_invocation fixer until it can be scoped
      Update the list of excluded files for the CS fixer
    nicolas-grekas committed Jul 26, 2018
    Copy the full SHA
    c4d091d View commit details
  3. Merge branch '4.0' into 4.1

    * 4.0:
      Fix Clidumper tests
      Enable the fixer enforcing fully-qualified calls for compiler-optimized functions
      Apply fixers
      Disable the native_constant_invocation fixer until it can be scoped
      Update the list of excluded files for the CS fixer
    nicolas-grekas committed Jul 26, 2018
    Copy the full SHA
    0aee6d6 View commit details
  4. Copy the full SHA
    fbf8766 View commit details
  5. Merge branch '2.8' into 3.4

    * 2.8:
      Alpha-ordering for "use" statements
    nicolas-grekas committed Jul 26, 2018
    Copy the full SHA
    87bd4af View commit details
  6. Merge branch '3.4' into 4.0

    * 3.4:
      Alpha-ordering for "use" statements
    nicolas-grekas committed Jul 26, 2018
    Copy the full SHA
    2e50b32 View commit details
  7. Merge branch '4.0' into 4.1

    * 4.0:
      Alpha-ordering for "use" statements
    nicolas-grekas committed Jul 26, 2018
    Copy the full SHA
    aaf0ebc View commit details
  8. minor #28025 Use an empty string as default for assertEquals (DavidPr…

    …evot)
    
    This PR was merged into the 3.4 branch.
    
    Discussion
    ----------
    
    Use an empty string as default for assertEquals
    
    Make sure it isn’t interpreted as a type NULL, making the test fail with PHPUnit 7.2.
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 3.4
    | Bug fix?      | no
    | New feature?  | no
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | yes
    | License       | MIT
    
    This shouldn’t break the existing tests, but will also make them work with recent PHPUnit.
    
    Commits
    -------
    
    31353147a3 Use an empty string as default for assertEquals
    nicolas-grekas committed Jul 26, 2018
    Copy the full SHA
    dfc2bcb View commit details
  9. Merge branch '3.4' into 4.0

    * 3.4:
      Fix tests for legacy phpunit versions
      Add missing Ukrainian translations
      Use an empty string as default for assertEquals
    nicolas-grekas committed Jul 26, 2018
    Copy the full SHA
    7411d22 View commit details
  10. Merge branch '4.0' into 4.1

    * 4.0:
      Fix tests for legacy phpunit versions
      Add missing Ukrainian translations
      Use an empty string as default for assertEquals
    nicolas-grekas committed Jul 26, 2018
    Copy the full SHA
    a085c7c View commit details
  11. Merge branch '2.8' into 3.4

    * 2.8:
      Enable native_constant_invocation CS fixer
    nicolas-grekas committed Jul 26, 2018
    Copy the full SHA
    810af2d View commit details
  12. Merge branch '3.4' into 4.0

    * 3.4:
      Enable native_constant_invocation CS fixer
    nicolas-grekas committed Jul 26, 2018
    Copy the full SHA
    05f66d7 View commit details
  13. Merge branch '4.0' into 4.1

    * 4.0:
      Enable native_constant_invocation CS fixer
    nicolas-grekas committed Jul 26, 2018
    Copy the full SHA
    46bc69a View commit details
Loading