Skip to content

Commit

Permalink
Missing linebreaks at file ends
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranmcnulty committed Jan 18, 2015
1 parent 406ad00 commit 9924a06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integration/PhpSpec/Console/Prompter/DialogTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ function it_can_ask_a_question_and_return_the_result()
$this->assertEquals(true, $result);
}

}
}
2 changes: 1 addition & 1 deletion integration/PhpSpec/Console/Prompter/FactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ function tearDown()
{
error_reporting($this->reportingLevel);
}
}
}
2 changes: 1 addition & 1 deletion integration/PhpSpec/Console/Prompter/QuestionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ function it_can_ask_a_question_and_return_the_result()
$this->assertEquals(true, $result);
}

}
}
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
<directory>integration</directory>
</testsuite>
</testsuites>
</phpunit>
</phpunit>

0 comments on commit 9924a06

Please sign in to comment.