Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
영카트 다중 취약점( 17-0556 ) 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgun committed Sep 11, 2017
1 parent 29090be commit 374c8cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugin/sns/facebook/tests/tests.php
Expand Up @@ -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';
Expand Down

0 comments on commit 374c8cd

Please sign in to comment.