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: doctrine/dbal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1bcecfb2892f13e913a754178d75bb28bd25feb1
Choose a base ref
...
head repository: doctrine/dbal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c61c0b91579bbbdd1032e7b106e108209eaa0ae9
Choose a head ref
  • 7 commits
  • 6 files changed
  • 3 contributors

Commits on Feb 20, 2019

  1. Configuration menu
    Copy the full SHA
    c7450d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Merge pull request #3465 from morozov/mysql-57-docker

    Replaced MySQL 5.7 installed from a PPA with an official Docker image
    Ocramius authored Feb 21, 2019
    Configuration menu
    Copy the full SHA
    29c7ba6 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2019

  1. Marked some test classes abstract

    1. SchemaManagerFunctionalTestCase can be run only via an extending class. Otherwise, it skips all tests. If the test case is represented as an abstract class, PhpStorm will offer a choise of concrete classes which is very handy when debugging test failures.
    2. DbalFunctionalTestCase and DbalPerformanceTestCase are meant to be used as base classes and don't contain any tests.
    morozov committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    b0ed680 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e96c017 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3468 from morozov/abstract-test-classes

    Marked some test classes abstract
    morozov authored Feb 23, 2019
    Configuration menu
    Copy the full SHA
    d6883c5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3469 from morozov/pcov

    Replaced Xdebug with PCOV for code coverage
    morozov authored Feb 23, 2019
    Configuration menu
    Copy the full SHA
    f5ddd09 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Configuration menu
    Copy the full SHA
    c61c0b9 View commit details
    Browse the repository at this point in the history
Loading