Skip to content

Update VPU.php#153

Merged
localgod merged 1 commit into
VisualPHPUnit:masterfrom
SilverioMiranda:patch-1
May 16, 2016
Merged

Update VPU.php#153
localgod merged 1 commit into
VisualPHPUnit:masterfrom
SilverioMiranda:patch-1

Conversation

@SilverioMiranda
Copy link
Copy Markdown
Contributor

To load xml bootstrap file, like in this configuration :

<testsuites>
    <testsuite name="Sincronizar">
        <directory suffix=".php">tests</directory>
    </testsuite>
</testsuites>

<!-- This is required for VPU to work correctly -->
<listeners>
    <listener class="PHPUnit_Util_Log_JSON"></listener>
</listeners>

To load xml bootstrap file, like in this configuration :

```
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="bootstrap.php" >

	<testsuites>
		<testsuite name="Sincronizar">
			<directory suffix=".php">tests</directory>
		</testsuite>
	</testsuites>

	<!-- This is required for VPU to work correctly -->
	<listeners>
		<listener class="PHPUnit_Util_Log_JSON"></listener>
	</listeners>

</phpunit>
```
@localgod localgod merged commit cc7112b into VisualPHPUnit:master May 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants