Skip to content

Commit

Permalink
Skipped the second test executed in AsseticExtensionTest::testVariabl…
Browse files Browse the repository at this point in the history
…es()
  • Loading branch information
vitorbrandao committed Mar 5, 2013
1 parent 5494725 commit 548ac6b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Tests/Extension/AsseticExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,13 +185,14 @@ public function testVariables()
$this->assertEquals(2, $xml->url->count());

/**
* @todo The following test is skipped because phpunit runs differently on Travis and I have not a clue why.
* @todo The following tests are skipped because phpunit runs differently on Travis and I have not a clue why.
*
* Expected string when running PhpUnit on Travis: 'js/7d0828c.a.b_foo_1.js'
* <code>$this->assertEquals("js/7d0828c_foo_1.a.b.js", (string) $xml->url[0]);</code>
* Expected string when running PHPUnit on Travis: 'js/7d0828c.a.b_foo_1.js'
*
* <code>$this->assertEquals("js/7d0828c_variable_input.a_2.a.b.js", (string) $xml->url[1]);</code>
* Expected string when running PhpUnit on Travis: 'js/7d0828c.a.b_variable_input.a_2.js'
*/
// $this->assertEquals("js/7d0828c_foo_1.a.b.js", (string) $xml->url[0]);

$this->assertEquals("js/7d0828c_variable_input.a_2.a.b.js", (string) $xml->url[1]);
}
}

Expand Down

0 comments on commit 548ac6b

Please sign in to comment.