This repository was archived by the owner on Aug 14, 2022. It is now read-only.
File tree 3 files changed +4
-5
lines changed
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 58
58
"phpmd" : " vendor/bin/phpmd src,tests text ./phpmd.xml" ,
59
59
"fix" : [
60
60
" vendor/bin/php-cs-fixer fix -v" ,
61
- " vendor/bin/phpcbf src, tests"
61
+ " vendor/bin/phpcbf src tests"
62
62
],
63
63
"tests" : [
64
64
" clear" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class FileTest extends TestCase
22
22
/**
23
23
* File instance.
24
24
*
25
- * @since 1.1.5
25
+ * @since 1.1.6
26
26
*
27
27
* @var object
28
28
*/
@@ -31,7 +31,7 @@ class FileTest extends TestCase
31
31
/**
32
32
* Set up.
33
33
*
34
- * @since 1.1.5
34
+ * @since 1.1.6
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 File.
45
45
*
46
- * @since 1.1.5
46
+ * @since 1.1.6
47
47
*/
48
48
public function testIsInstanceOfFile ()
49
49
{
You can’t perform that action at this time.
0 commit comments