Implemented EditShortCodeAction

This commit is contained in:
Alejandro Celaya
2018-01-07 20:45:05 +01:00
parent 7ba9eb8e2c
commit 84094a51a2
7 changed files with 189 additions and 13 deletions

View File

@@ -1,4 +1,9 @@
<phpunit bootstrap="./vendor/autoload.php" colors="true">
<?xml version="1.0"?>
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.5/phpunit.xsd"
bootstrap="./vendor/autoload.php"
colors="true">
<testsuites>
<testsuite name="Common">
<directory>./module/Common/test</directory>