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: sebastianbergmann/phpunit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: dharkness/phpunit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 13, 2010

  1. Added support for programmatically adding @Covers annotations.

     * Added TestCase::addCoveredElement() and getCoveredElements().
     * Moved test case template methods to TestCase class in PHPUnit.
    
    Note: This commit relies on a commit in PHP_CodeCoverage.
    dharkness committed Aug 13, 2010
    Configuration menu
    Copy the full SHA
    a9651af View commit details
    Browse the repository at this point in the history
  2. Removed setUpBeforeClass and tearDownAfterClass from template methods…

    … since they
    
    are called outside of the code coverage tracking.
    dharkness committed Aug 13, 2010
    Configuration menu
    Copy the full SHA
    c5b4705 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2010

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

Commits on Nov 9, 2011

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

Commits on Jan 24, 2012

  1. Merge remote-tracking branch 'upstream/master'

    Conflicts:
    	PHPUnit/Framework/TestCase.php
    dharkness committed Jan 24, 2012
    Configuration menu
    Copy the full SHA
    24a36c4 View commit details
    Browse the repository at this point in the history
Loading