diff options
author | Stanley Cheung <stanleycheung@google.com> | 2017-08-03 18:00:25 -0700 |
---|---|---|
committer | Stanley Cheung <stanleycheung@google.com> | 2017-08-03 18:00:25 -0700 |
commit | 5b3dc4aa75c296aec6d77b1927399720b87bb83f (patch) | |
tree | 186cfa45eb0cc93b1b3719d1683a183b76dc6334 /src/php/tests/unit_tests/CallTest.php | |
parent | 1ba000e1e217410e556ff3a5fa0cb10799e6d289 (diff) |
PHP: persistent channel
Diffstat (limited to 'src/php/tests/unit_tests/CallTest.php')
-rw-r--r-- | src/php/tests/unit_tests/CallTest.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/php/tests/unit_tests/CallTest.php b/src/php/tests/unit_tests/CallTest.php index 3270e73f82..c5e1890a98 100644 --- a/src/php/tests/unit_tests/CallTest.php +++ b/src/php/tests/unit_tests/CallTest.php @@ -37,8 +37,7 @@ class CallTest extends PHPUnit_Framework_TestCase public function tearDown() { - unset($this->call); - unset($this->channel); + $this->channel->close(); } public function testConstructor() |