From b230bf207df576fa2ad165702184edf21f674ce7 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sun, 7 May 2017 18:44:05 +0200 Subject: Bump version to v0.9.0 Signed-off-by: ArthurHoaro --- doc/Unit-tests.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc/Unit-tests.html') diff --git a/doc/Unit-tests.html b/doc/Unit-tests.html index 266fd33a..09611463 100644 --- a/doc/Unit-tests.html +++ b/doc/Unit-tests.html @@ -69,6 +69,7 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf
  • Browsing and Searching
  • Firefox share
  • RSS feeds
  • +
  • REST API
  • How To +

    Executing specific tests

    +

    Add a @group annotation in a test class or method comment:

    +
    /**
    + * Netscape bookmark import
    + * @group WIP
    + */
    +class BookmarkImportTest extends PHPUnit_Framework_TestCase
    +{
    +   [...][](.html)
    +}
    +

    To run all tests annotated with @group WIP:

    +
    $ vendor/bin/phpunit --group WIP tests/
    -- cgit v1.2.3