[ Index ]

PHP Cross Reference of YOURLS

title

Body

[close]

/tests/data/plugins/invalid-code/ -> invalid_undefined.php (source)

   1  <?php
   2  /**
   3   * Plugin Name: Invalid Test Plugin
   4   * Plugin URI: https://github.com/YOURLS/YOURLS
   5   * Description: This plugin should fail
   6   * Version: 1.0
   7   * Author: Ozh
   8   * Author URI: https://ozh.org/
   9   */
  10  
  11  // This plugin does nothing. Its role is to be loaded by the unit tests and
  12  // see if the sandbox is able to NOT load it.
  13  
  14  yourls_test_this_function_does_not_exist();


Generated: Thu Sep 19 05:10:04 2024 Cross-referenced by PHPXref 0.7.1