Skip to content

Commit

Permalink
Merge pull request #24 from Prokyonn/enhancement/test-bootstrap
Browse files Browse the repository at this point in the history
Add test-bootstrap file
  • Loading branch information
niklasnatter authored Jan 11, 2021
2 parents 4b8eab4 + 45034cd commit 2e66142
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Tests/test-bootstrap.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

declare(strict_types=1);

/*
* This file is part of Sulu.
*
* (c) Sulu GmbH
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/

require __DIR__ . '/Application/config/bootstrap.php';
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php" colors="true">
<phpunit bootstrap="Tests/test-bootstrap.php" colors="true">

<testsuites>
<testsuite name="SuluThemeBundle Test Suite">
Expand Down

0 comments on commit 2e66142

Please sign in to comment.