%PDF- %PDF-
Direktori : /proc/1857783/root/var/www/tif-dev/wp-content/plugins/intercom/test/ |
Current File : //proc/1857783/root/var/www/tif-dev/wp-content/plugins/intercom/test/ValidatorTest.php |
<?php class ValidatorTest extends PHPUnit_Framework_TestCase { public function testValidator() { // Emulate the WordPress wp_kses function $wp_kses = function($x) { return str_replace("<script>", "", $x); }; $validator = new Validator(array("app_id" => "foo<script>"), $wp_kses); $this->assertEquals("foo", $validator->validAppId()); } }