File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 2222 php-version : ${{ matrix.php-versions }}
2323 coverage : none
2424
25- - name : Setup PHP w/ Code Coverage
26- uses : shivammathur/setup-php@v2
27- if : ${{ matrix.php == '7.4' }}
28- with :
29- php-version : ${{ matrix.php-versions }}
30- coverage : xdebug
31-
3225 - name : Get composer cache directory
3326 id : composer-cache
3427 run : echo "::set-output name=dir::$(composer config cache-files-dir)"
4639 - name : Run test suite
4740 if : ${{ matrix.php != '7.4' }}
4841 run : composer test
49-
50- - name : Run test suite with code coverage
51- if : ${{ matrix.php == '7.4' }}
52- run : composer test --coverage-text
Original file line number Diff line number Diff line change 11# PHPUnit Markup Assertions
22
3- [ ![ Build Status] ( https://travis-ci.org/stevegrunwell/phpunit-markup-assertions.svg?branch=develop )] ( https://travis-ci.org/stevegrunwell/phpunit-markup-assertions )
4- [ ![ 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 )
3+ ![ Build Status] ( https://github.com/stevegrunwell/phpunit-markup-assertions/workflows/Unit%20Tests/badge.svg )
54[ ![ GitHub release] ( https://img.shields.io/github/release/stevegrunwell/phpunit-markup-assertions.svg )] ( https://github.com/stevegrunwell/phpunit-markup-assertions/releases )
65
76This library introduces the ` MarkupAssertionsTrait ` trait for use in [ PHPUnit] ( https://phpunit.de ) tests.
You can’t perform that action at this time.
0 commit comments