From 9b8e050c8342889477734f8821ec096c334838da Mon Sep 17 00:00:00 2001 From: Steve Grunwell Date: Tue, 24 Oct 2017 23:40:31 -0400 Subject: [PATCH 1/2] Add 'dom' to the list of Composer tags --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 429374d..0bc1ab3 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "stevegrunwell/phpunit-markup-assertions", "description": "Assertions for PHPUnit to verify the presence or state of elements within markup", - "keywords": ["phpunit", "testing", "markup"], + "keywords": ["phpunit", "testing", "markup", "dom"], "type": "library", "license": "MIT", "authors": [ From cd0672b4f2d7f6561541c870e8c0374fd11fb774 Mon Sep 17 00:00:00 2001 From: Steve Grunwell Date: Tue, 24 Oct 2017 23:45:25 -0400 Subject: [PATCH 2/2] Add the current release in badge form --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f0bbf3d..98fb5a5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Build Status](https://travis-ci.org/stevegrunwell/phpunit-markup-assertions.svg?branch=develop)](https://travis-ci.org/stevegrunwell/phpunit-markup-assertions) [![Coverage Status](https://coveralls.io/repos/github/stevegrunwell/phpunit-markup-assertions/badge.svg?branch=develop)](https://coveralls.io/github/stevegrunwell/phpunit-markup-assertions?branch=develop) +[![GitHub release](https://img.shields.io/github/release/stevegrunwell/phpunit-markup-assertions.svg)](https://github.com/stevegrunwell/phpunit-markup-assertions/releases) This library introduces the `MarkupAssertionsTrait` trait for use in [PHPUnit](https://phpunit.de) tests.