Skip to content

Commit

Permalink
removed unnecessary sentence/method
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Jacinto committed May 21, 2015
1 parent f2d77cf commit 2640cc9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Context/Object/FieldType.php
Expand Up @@ -71,14 +71,4 @@ public function createContentOfThisTypeWithProperties( $fieldType, TableNode $pr
}
}
}

/**
* @Then I should have an "integer" field
*
* Creates a Content with the previously defined ContentType
*/
public function verifyContentOfType()
{
// return $this->getFieldTypeManager()->executeDelayedOperations();
}
}

0 comments on commit 2640cc9

Please sign in to comment.