%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/1857783/root/var/www/tif-dev/wp-content/plugins/intercom/test/
Upload File :
Create Path :
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());
  }
}

Zerion Mini Shell 1.0