Skip to content

Commit fa4391b

Browse files
author
Andreas Frömer
committed
Remove symfony/console
1 parent 878b82a commit fa4391b

3 files changed

Lines changed: 2 additions & 231 deletions

File tree

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"type": "library",
55
"require": {
66
"php": "^7.1",
7-
"symfony/process": "^3.2",
8-
"symfony/console": "^3.2"
7+
"symfony/process": "^3.2"
98
},
109
"require-dev": {
1110
"phpunit/phpunit": "^6.1",

composer.lock

Lines changed: 1 addition & 227 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/SystemCtlTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ public function testGetServices()
126126

127127
public function testGetTimerWithName()
128128
{
129-
// $output = 'testTimer.timer Active Running';
130-
// $systemctl = $this->buildSystemCtlMock($output);
131129
$systemctl = new SystemCtl();
132130

133131
$timer = $systemctl->getTimer('testTimer');

0 commit comments

Comments
 (0)