Skip to content

Commit

Permalink
Fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
repejota committed Apr 19, 2017
1 parent 639c99c commit 1bd5bde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/EncodedConnectionTest.php
Expand Up @@ -9,6 +9,7 @@
*/
class EncodedConnectionTest extends \PHPUnit_Framework_TestCase
{

/**
* Client.
*
Expand Down Expand Up @@ -45,4 +46,4 @@ public function testConnection()
$this->c->close();
$this->assertFalse($this->c->isConnected());
}
}
}

0 comments on commit 1bd5bde

Please sign in to comment.