Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
frqnck committed Sep 18, 2015
1 parent fcb5fc7 commit 8a5e5a3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/Logger/StreamTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

class StreamTest extends TestCase
{
// protected $dest = 'file:///tmp/apix-unit-test-logger-stream.log';
protected $dest = 'php://memory';
protected $stream, $logger;

Expand All @@ -27,9 +26,6 @@ protected function setUp()
protected function tearDown()
{
unset($this->logger, $this->stream);
// if (file_exists($this->dest)) {
// unlink($this->dest);
// }
}

/**
Expand Down

0 comments on commit 8a5e5a3

Please sign in to comment.