FFFF Comparing v1.3.2...v1.4.0 · nette/tester · GitHub
[go: up one dir, main page]

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: nette/tester
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.2
Choose a base ref
...
head repository: nette/tester
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 18 commits
  • 65 files changed
  • 3 contributors

Commits on Feb 11, 2015

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

Commits on Feb 18, 2015

  1. Environment: workaround for PHP bug #69069 "Fatal error: Unknown: Can…

    …not use output buffering in output buffering display handlers in Unknown on line 0"
    
    example code:
        <?php
        require __DIR__ . '/vendor/autoload.php';
        Tester\Environment::setup();
        require 'file-with-parse-error.php';
    
    Alternative fix for PHP > 5.4 is to use 'self::$useColors' inside callback
    dg committed Feb 18, 2015
    Configuration menu
    Copy the full SHA
    d76cd97 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2015

  1. Environment: acquire lock() only if not exist [Ref #201]

    Contents of static $locks exists only in one process. The acquiring can be skipped when lock already exists in this process.
    milo committed Feb 21, 2015
    Configuration menu
    Copy the full SHA
    cbb932c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2015

  1. travis: added PHP 7.0

    dg committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    f3bf32d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2015

  1. Configuration menu
    Copy the full SHA
    947dc35 View commit details
    10BC0 Browse the repository at this point in the history

Commits on Mar 17, 2015

  1. Configuration menu
    Copy the full SHA
    efa0345 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5bcfb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e780e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc03b40 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2015

  1. Merge pull request #211 from milo/wip-clover-v2

    Added CloverXML code coverage
    milo committed Mar 18, 2015
    6 Configuration menu
    Copy the full SHA
    759de21 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #210 from milo/pull-pid-locking

    Environment: acquire lock() only if not exist
    milo committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    f999bda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a05281 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #214 from dg/xdebug

    ZendPhpInterpreter: xdebug is detected via info.php [Closes #213]
    dg committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    43ea819 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11f4763 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #215 from vysinsky/junit-output

    Added support for generating test report in JUnit XML format
    dg committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    a313981 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2015

  1. /Tester changed to /src

    dg committed Mar 27, 2015
    Configuration menu
    Copy the full SHA
    2fee5b0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #219 from dg/src

    /Tester changed to /src
    dg committed Mar 27, 2015
    Configuration menu
    Copy the full SHA
    c6e3ed6 View commit details
    Browse the repository at this point in the history
  3. Released version 1.4.0

    dg committed Mar 27, 2015
    Configuration menu
    Copy the full SHA
    0e9059c View commit details
    Browse the repository at this point in the history
Loading
0