Skip to content

Commit

Permalink
Fix code style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Apr 27, 2017
1 parent f2bb9eb commit 3b1f6e0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions test/FilterTest.php
Expand Up @@ -73,7 +73,6 @@ public function testCallbackThrows() {
$this->assertSame($reason, $exception);
}
});

}

public function testStreamFails() {
Expand All @@ -98,6 +97,5 @@ public function testStreamFails() {

$this->assertFalse($invoked);
});

}
}
1 change: 0 additions & 1 deletion test/IteratorFromIterableTest.php
Expand Up @@ -36,7 +36,6 @@ public function testFailedPromises() {
}

public function testMixedPromises() {

Loop::run(function () {
$exception = new \Exception;
$expected = \range(1, 2);
Expand Down
2 changes: 0 additions & 2 deletions test/ProducerTest.php
Expand Up @@ -2,13 +2,11 @@

namespace Amp\Test;

use Amp;
use Amp\Deferred;
use Amp\Loop;
use Amp\Pause;
use Amp\Producer;
use PHPUnit\Framework\TestCase;
use React\Promise\Promise as ReactPromise;

class ProducerTest extends TestCase {
const TIMEOUT = 100;
Expand Down

0 comments on commit 3b1f6e0

Please sign in to comment.