diff --git a/specs/string-literal/define.php b/specs/string-literal/define.php new file mode 100644 index 00000000..3671c742 --- /dev/null +++ b/specs/string-literal/define.php @@ -0,0 +1,44 @@ +, + * Pádraic Brady + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +return [ + 'meta' => [ + 'title' => 'String literal assigned as a constant declared with `define()`', + // Default values. If not specified will be the one used + 'prefix' => 'Humbug', + 'whitelist' => [], + 'whitelist-global-constants' => true, + ], + + 'FQCN string argument: transform into a FQCN and prefix it' => <<<'PHP' +