Skip to content

Commit

Permalink
HHVM supposedly supports @ in ini files
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikbjorn committed Jul 30, 2014
1 parent 2ab96d7 commit ea0f98c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions spec/Tacker/Loader/IniFileLoaderSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ function let($resources)

function it_supports_inherited_configs()
{
if (preg_match('{hiphop}', phpversion())) {
// HHVM does not support @ in ini files.
return;
}

$this->load('inherit.ini')->shouldReturn(array(
'hello' => 'world',
));
Expand Down

0 comments on commit ea0f98c

Please sign in to comment.