You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refactor the internal test scaffolding, including a move from Travis CI to GitHub Actions. Props [@peter279k](https://github.com/peter279k) for the assist with GitHub Actions ([#24])
12
+
* Added PHP 8.0 support ([#26])
13
+
7
14
## [1.3.0] — 2020-01-27
8
15
9
-
* Replace `zendframework/zend-dom` with `laminas/laminas-dom` ([#16]).
10
-
* Update Composer dependencies, add a `composer test` script ([#15]).
16
+
* Replace `zendframework/zend-dom` with `laminas/laminas-dom` ([#16])
17
+
* Update Composer dependencies, add a `composer test` script ([#15])
18
+
11
19
12
20
## [1.2.0] - 2018-03-27
13
21
14
22
* Bumped the minimum version of zendframework/zend-dom to 2.7, which includes a fix for attribute values that include spaces ([#13]).
15
23
24
+
16
25
## [1.1.0] - 2018-01-14
17
26
18
-
* Added the `assertElementContains()`, `assertElementNotContains()`, `assertElementRegExp()`, and `assertElementNotRegExp()` assertions, for verifying the contents of elements that match the given DOM query ([#6]).
19
-
* Moved the `Tests` namespace into a development-only autoloader, to prevent them from potentially being included in projects using this library ([#7]).
20
-
*[Based on this article by Martin Hujer](https://blog.martinhujer.cz/17-tips-for-using-composer-efficiently/#tip-%236%3A-put-%60composer.lock%60-into-%60.gitignore%60-in-libraries), remove the `composer.lock` file from the library ([#8]).
21
-
*_Lower_ the minimum version of [zendframework/zend-dom](https://packagist.org/packages/zendframework/zend-dom) to 2.2.5 for maximum portability ([#9]).
27
+
* Added the `assertElementContains()`, `assertElementNotContains()`, `assertElementRegExp()`, and `assertElementNotRegExp()` assertions, for verifying the contents of elements that match the given DOM query ([#6])
28
+
* Moved the `Tests` namespace into a development-only autoloader, to prevent them from potentially being included in projects using this library ([#7])
29
+
*[Based on this article by Martin Hujer](https://blog.martinhujer.cz/17-tips-for-using-composer-efficiently/#tip-%236%3A-put-%60composer.lock%60-into-%60.gitignore%60-in-libraries), remove the `composer.lock` file from the library ([#8])
30
+
*_Lower_ the minimum version of [zendframework/zend-dom](https://packagist.org/packages/zendframework/zend-dom) to 2.2.5 for maximum portability ([#9])
31
+
22
32
23
33
## [1.0.0] - 2017-10-24
24
34
25
35
* Initial release of the PHPUnit Markup Assertions Composer package.
0 commit comments