From 374c8cd07834ad7559cf379d414d33c2276d1dfd Mon Sep 17 00:00:00 2001 From: thisgun Date: Wed, 6 Sep 2017 17:07:11 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=81=EC=B9=B4=ED=8A=B8=20=EB=8B=A4?= =?UTF-8?q?=EC=A4=91=20=EC=B7=A8=EC=95=BD=EC=A0=90(=2017-0556=20)=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/sns/facebook/tests/tests.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugin/sns/facebook/tests/tests.php b/plugin/sns/facebook/tests/tests.php index d261cce11..e0777e54f 100644 --- a/plugin/sns/facebook/tests/tests.php +++ b/plugin/sns/facebook/tests/tests.php @@ -15,6 +15,10 @@ * under the License. */ +if( ! class_exists('PHPUnit_Framework_TestCase') ){ + return; +} + class PHPSDKTestCase extends PHPUnit_Framework_TestCase { const APP_ID = '117743971608120'; const SECRET = '9c8ea2071859659bea1246d33a9207cf';