File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ script:
4444 phpcs --standard=phpcs.xml $(find . -name '*.php')
4545 phpmd src,tests text ./phpmd.xml
4646 fi
47- phpunit --coverage-clover=coverage.xml
4847
4948after_success :
5049 - bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 5757 "phpmd" : " vendor/bin/phpmd src,tests text ./phpmd.xml" ,
5858 "fix" : [
5959 " vendor/bin/php-cs-fixer fix -v" ,
60- " vendor/bin/phpcbf src, tests"
60+ " vendor/bin/phpcbf src tests"
6161 ],
6262 "tests" : [
6363 " clear" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ final class HookTest extends TestCase
2222 /**
2323 * Hook instance.
2424 *
25- * @since 1.1.5
25+ * @since 1.0.9
2626 *
2727 * @var object
2828 */
@@ -31,7 +31,7 @@ final class HookTest extends TestCase
3131 /**
3232 * Set up.
3333 *
34- * @since 1.1.5
34+ * @since 1.0.9
3535 */
3636 public function setUp ()
3737 {
@@ -43,7 +43,7 @@ public function setUp()
4343 /**
4444 * Check if it is an instance of Hook.
4545 *
46- * @since 1.1.5
46+ * @since 1.0.9
4747 */
4848 public function testIsInstanceOfHook ()
4949 {
You can’t perform that action at this time.
0 commit comments