Skip to content

Commit

Permalink
avoid one test to be marked as risky
Browse files Browse the repository at this point in the history
  • Loading branch information
craue committed Apr 2, 2017
1 parent 3980bb7 commit ee35b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Resources/TranslationsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function testTranslationFilesExist() {
* @dataProvider dataYamlTranslationFileIsValid
*/
public function testYamlTranslationFileIsValid($filePath) {
Yaml::parse(file_get_contents($filePath));
$this->assertInternalType(\PHPUnit_Framework_Constraint_IsType::TYPE_ARRAY, Yaml::parse(file_get_contents($filePath)));
}

public function dataYamlTranslationFileIsValid() {
Expand Down

0 comments on commit ee35b87

Please sign in to comment.