Skip to content

Commit f9cb44f

Browse files
committed
Migrate to GitHub Actions
1 parent 32a3049 commit f9cb44f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ php-shellcommand
55
[![Packagist Version](https://img.shields.io/packagist/v/mikehaertl/php-shellcommand?label=version)](https://packagist.org/packages/mikehaertl/php-shellcommand)
66
[![Packagist Downloads](https://img.shields.io/packagist/dt/mikehaertl/php-shellcommand)](https://packagist.org/packages/mikehaertl/php-shellcommand)
77
[![GitHub license](https://img.shields.io/github/license/mikehaertl/php-shellcommand)](https://github.com/mikehaertl/php-shellcommand/blob/master/LICENSE)
8+
[![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/mikehaertl/php-shellcommand)](https://packagist.org/packages/mikehaertl/php-shellcommand)
89

910
php-shellcommand provides a simple object oriented interface to execute shell commands.
1011

tests/BlockingCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class BlockingCommandTest extends TestCase
88
{
9-
public function setUp()
9+
protected function setUp()
1010
{
1111
// Default in some installations
1212
setlocale(LC_CTYPE, 'C');

tests/CommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class CommandTest extends TestCase
88
{
9-
public function setUp()
9+
protected function setUp()
1010
{
1111
// Default in some installations
1212
setlocale(LC_CTYPE, 'C');

0 commit comments

Comments
 (0)