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:
44
44
phpcs --standard=phpcs.xml $(find . -name '*.php')
45
45
phpmd src,tests text ./phpmd.xml
46
46
fi
47
- phpunit --coverage-clover=coverage.xml
48
47
49
48
after_success :
50
49
- bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 57
57
"phpmd" : " vendor/bin/phpmd src,tests text ./phpmd.xml" ,
58
58
"fix" : [
59
59
" vendor/bin/php-cs-fixer fix -v" ,
60
- " vendor/bin/phpcbf src, tests"
60
+ " vendor/bin/phpcbf src tests"
61
61
],
62
62
"tests" : [
63
63
" clear" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ final class HookTest extends TestCase
22
22
/**
23
23
* Hook instance.
24
24
*
25
- * @since 1.1.5
25
+ * @since 1.0.9
26
26
*
27
27
* @var object
28
28
*/
@@ -31,7 +31,7 @@ final class HookTest extends TestCase
31
31
/**
32
32
* Set up.
33
33
*
34
- * @since 1.1.5
34
+ * @since 1.0.9
35
35
*/
36
36
public function setUp ()
37
37
{
@@ -43,7 +43,7 @@ public function setUp()
43
43
/**
44
44
* Check if it is an instance of Hook.
45
45
*
46
- * @since 1.1.5
46
+ * @since 1.0.9
47
47
*/
48
48
public function testIsInstanceOfHook ()
49
49
{
You can’t perform that action at this time.
0 commit comments