File "DisallowNewWidgetUnitTest.inc"

Full Path: /home/warrior1/public_html/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/Objects/DisallowNewWidgetUnitTest.inc
File size: 159 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
Channels::includeSystem('Widget');
Widget::includeWidget('PasswordField');
$blah = new PasswordFieldWidgetType();
Widget::getWidget('PasswordField');
?>