constant IP_BAN_ADMIN_FORM_PATH in IP Ban 8
Same name in this branch
- 8 ip_ban.test \IP_BAN_ADMIN_FORM_PATH
- 8 src/Tests/IPBanTestBase.php \Drupal\ip_ban\Tests\IP_BAN_ADMIN_FORM_PATH
Same name and namespace in other branches
- 7 ip_ban.test \IP_BAN_ADMIN_FORM_PATH
@file Tests for ip_ban.module.
11 uses of IP_BAN_ADMIN_FORM_PATH
- IPBanFormTest::testBanPaths in ./
ip_ban.test - Various tests for paths entered in the the admin form.
- IPBanFormTest::testBanPaths in src/
Tests/ IPBanFormTest.php - Various tests for paths entered in the the admin form.
- IPBanFormTest::testDisabledBlockEntry in ./
ip_ban.test - Test adding multiple disabled blocks (correct and incorrect).
- IPBanFormTest::testIpAddressEntry in ./
ip_ban.test - Test adding IP address in various fields (correct and incorrect).
- IPBanFormTest::testIpAddressEntry in src/
Tests/ IPBanFormTest.php - Test adding IP address in various fields (correct and incorrect).
File
- ./
ip_ban.test, line 8 - Tests for ip_ban.module.
Code
define('IP_BAN_ADMIN_FORM_PATH', 'admin/config/ip_ban');