Skip to content

Commit

Permalink
Merge pull request #1 from dynamic/bugfix/testConfig
Browse files Browse the repository at this point in the history
BUGFIX phpunit config
  • Loading branch information
jsirish committed Nov 15, 2023
2 parents ce8066e + ac30295 commit ebfa6e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<phpunit bootstrap="vendor/silverstripe/framework/tests/bootstrap.php" colors="true">
<testsuites>
<testsuite name="Default">
<directory>tests/php</directory>
<directory>tests/</directory>
</testsuite>
</testsuites>
</phpunit>
1 change: 1 addition & 0 deletions tests/Element/ElementCallToActionTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

namespace Dynamic\Elements\CTA\Elements\Test;

use SilverStripe\Forms\FieldList;
use SilverStripe\Dev\SapphireTest;
use Dynamic\Elements\CTA\Elements\ElementCallToAction;
Expand Down

0 comments on commit ebfa6e9

Please sign in to comment.