Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
[Console] Move QuestionHelperTest to tty group
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Dec 24, 2014
1 parent e505468 commit c9dc85c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Tests/Fixtures/Column.php
Expand Up @@ -14,7 +14,7 @@
class Column extends \ColumnMap
{
private $name;
private $type;
protected $type;

public function __construct($name, $type)
{
Expand All @@ -23,11 +23,6 @@ public function __construct($name, $type)
$this->phpName = ucfirst($name);
}

public function getType()
{
return $this->type;
}

public function isText()
{
if (!$this->type) {
Expand Down

0 comments on commit c9dc85c

Please sign in to comment.