Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
> __Version:__ __GCFO_UNDEFINED_VERSION__



# What is it?

An blank boilerplate plugin, structured a bit more like a big-boy project; namespaces, autoloader, a (basic) renderer, Exceptions.
Expand Down
1 change: 1 addition & 0 deletions cfo-info.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
define('GLOBAL_CFO_NAMESPACE', 'GlobalCfo');
define('GLOBAL_CFO_PLUGIN_FOLDER', __DIR__);


if (function_exists('plugin_dir_url')) {
define('GLOBAL_CFO_PLUGIN_URL', plugin_dir_url(__FILE__));
}
3 changes: 0 additions & 3 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
</testsuite>
</testsuites>

<!-- <php>
<env name="DEBUG" value="1" />
</php> -->

<filter>
<whitelist>
Expand Down