Skip to content

Commit e3aaa23

Browse files
committed
Merge branch 'release/v1.0.0'
2 parents 76c5092 + cd0672b commit e3aaa23

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/stevegrunwell/phpunit-markup-assertions.svg?branch=develop)](https://travis-ci.org/stevegrunwell/phpunit-markup-assertions)
44
[![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)
5+
[![GitHub release](https://img.shields.io/github/release/stevegrunwell/phpunit-markup-assertions.svg)](https://github.com/stevegrunwell/phpunit-markup-assertions/releases)
56

67
This library introduces the `MarkupAssertionsTrait` trait for use in [PHPUnit](https://phpunit.de) tests.
78

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stevegrunwell/phpunit-markup-assertions",
33
"description": "Assertions for PHPUnit to verify the presence or state of elements within markup",
4-
"keywords": ["phpunit", "testing", "markup"],
4+
"keywords": ["phpunit", "testing", "markup", "dom"],
55
"type": "library",
66
"license": "MIT",
77
"authors": [

0 commit comments

Comments
 (0)