You are here

function _libraries_test_php_function in Libraries API 8.3

A test function to be able to test whether this file was loaded or not.

1 string reference to '_libraries_test_php_function'
PhpFileLibraryTest::testFileLoading in tests/src/Kernel/ExternalLibrary/PhpFile/PhpFileLibraryTest.php
Tests that the external library manager properly loads PHP files.

File

tests/libraries/test_php_file_library/test_php_file_library.php, line 15
Test PHP file.

Code

function _libraries_test_php_function() {
}