Skip to content

Commit

Permalink
Increase test on single bits to a large test for extended timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
bajb committed Dec 4, 2014
1 parent 507510d commit 52593aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/GlobalFunctionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,9 @@ public function testHydrate()
hydrate(['' => ''], $source, []);
}

/**
* @large
*/
public function testSingleBit()
{
$this->assertTrue(is_single_bit(1));
Expand Down

0 comments on commit 52593aa

Please sign in to comment.