Further modules included.
[yaffs-website] / web / modules / contrib / libraries / tests / libraries / test_php_file_library / test_php_file_library.php
1 <?php
2
3 /**
4  * @file
5  * Test PHP file.
6  *
7  * This file is part of the 'test_php_file_library' test library.
8  *
9  * @see \Drupal\Tests\libraries\Kernel\ExternalLibrary\PhpFile\PhpFileLibraryTest
10  */
11
12 /**
13  * A test function to be able to test whether this file was loaded or not.
14  */
15 function _libraries_test_php_function() {
16 }