22
33***
44
5- ## PHP/PHPUnit sample for demonstrating Testspace
5+ ## PHP/PHPUnit sample for demonstrating Testspace
66
77Sample demonstrates techniques for using Testspace with PHP code and the [ PHPUnit test framework] ( https://phpunit.de/ ) .
88
99 * Using a Testspace Project that is ` connected ` with this GitHub Repo
1010 * Using 3 Online CI services for demonstration purposes only
11- * Can review the Results at [ testspace-samples: php .phpunit] ( https://samples.testspace.com/projects/testspace-samples:php.phpunit )
12- * Refer to our [ Getting Started ] ( https://help.testspace.com/getting-started ) help articles for more information
11+ * Can review the Results at [ testspace-samples: php .phpunit] ( https://samples.testspace.com/projects/testspace-samples:php.phpunit )
12+ * Refer to our [ Help ] ( https://help.testspace.com/ ) for more information
1313
1414***
1515Using Multiple Online CI Services:
1616
17+ ![ Build] ( https://github.com/testspace-samples/php.phpunit/workflows/Build/badge.svg )
1718[ ![ Build Status] ( https://travis-ci.org/testspace-samples/php.phpunit.svg?branch=master )] ( https://travis-ci.org/testspace-samples/php.phpunit )
1819[ ![ CircleCI] ( https://circleci.com/gh/testspace-samples/php.phpunit.svg?style=svg )] ( https://circleci.com/gh/testspace-samples/php.phpunit )
19- [ ![ Run Status] ( https://api.shippable.com/projects/57029e282a8192902e1b8d56/badge?branch=master )] ( https://app.shippable.com/projects/57029e282a8192902e1b8d56 )
2020
2121***
2222Publishing ** Test Content** using www.testspace.com .
@@ -27,7 +27,7 @@ Publishing **Test Content** using www.testspace.com.
2727
2828***
2929
30- Download and configure the Testspace client
30+ Download and configure the Testspace client
3131
3232<pre >
3333mkdir -p $HOME/bin
@@ -42,7 +42,7 @@ Installation
4242composer update
4343</pre >
4444
45- Running Static Analysis:
45+ Running Static Analysis:
4646
4747<pre >
4848vendor/bin/phpcs src tests --report-gitblame=analysis-sniffer-blame.txt --report-checkstyle=analysis-sniffer.xml
@@ -57,6 +57,6 @@ vendor/bin/phpunit tests/unit --log-junit tests-results.xml --coverage-clover co
5757Push Content using Testspace client. Note that ".testspace.txt" contains list of items to push.
5858
5959<pre >
60- testspace @.testspace.txt
61- </pre >
60+ testspace @.testspace.txt
61+ </pre >
6262
0 commit comments