File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed
Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 99 matrix :
1010 operating-system : [ubuntu-latest]
1111 php-versions :
12- # - '5.4'
13- # - '5.5'
14- # - '5.6'
15- # - '7.0'
16- # - '7.1'
17- # - '7.2'
18- # - '7.3'
12+ - ' 5.4'
13+ - ' 5.5'
14+ - ' 5.6'
15+ - ' 7.0'
16+ - ' 7.1'
17+ - ' 7.2'
18+ - ' 7.3'
1919 - ' 7.4'
2020 include :
2121 - php-versions : ' 5.3'
4949 run : vendor/bin/simple-phpunit --coverage-clover coverage.xml
5050 - name : Upload coverage to Codecov
5151 uses : codecov/codecov-action@v1
52- # - name: Run mutation tests
53- # if: ${{ matrix.php-versions < 8.0 }}
54- # env:
55- # STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
56- # run: vendor/bin/infection --ignore-msi-with-no-mutations --min-covered-msi=100 --min-msi=100 -s -j4
Original file line number Diff line number Diff line change @@ -22,5 +22,7 @@ public function testPlugin()
2222 $ plugin ->getCapabilities ()
2323 );
2424 $ this ->assertEquals (array ($ command ), $ plugin ->getCommands ());
25+ $ plugin ->deactivate ($ composer , $ io );
26+ $ plugin ->uninstall ($ composer , $ io );
2527 }
2628}
You can’t perform that action at this time.
0 commit comments