You are here

test_php_file_library.php in Libraries API 8.3

Test PHP file.

This file is part of the 'test_php_file_library' test library.

File

tests/libraries/test_php_file_library/test_php_file_library.php
View source
<?php

/**
 * @file
 * Test PHP file.
 *
 * This file is part of the 'test_php_file_library' test library.
 *
 * @see \Drupal\Tests\libraries\Kernel\ExternalLibrary\PhpFile\PhpFileLibraryTest
 */

/**
 * A test function to be able to test whether this file was loaded or not.
 */
function _libraries_test_php_function() {
}

Functions

Namesort descending Description
_libraries_test_php_function A test function to be able to test whether this file was loaded or not.