gpt4 book ai didi

PHPStorm - 进程完成,退出代码为 255

转载 作者:搜寻专家 更新时间:2023-10-31 21:25:49 26 4
gpt4 key购买 nike

我正在尝试在 Symfony 3 框架中进行单元测试。这是我的配置; Run/Debug Configirations

PHPUnit Preferences

这是我面临的错误。

/Applications/MAMP/bin/php/php7.0.0/bin/php /private/var/folders/w9/cmwlplqx53x3slxkm4c1chx00000gn/T/ide-phpunit.php --bootstrap /Users/muhammetergenc/code/kampweb/phpunit.xml.dist --configuration /Users/muhammetergenc/code/kampweb/phpunit.xml.dist Tests\AppBundle\Controller\PersonTest /Users/muhammetergenc/code/kampweb/tests/AppBundle/Controller/PersonTest.php
Testing started at 3:04 PM ...
<?xml version="1.0" encoding="UTF-8"?>

<!-- http://phpunit.de/manual/4.1/en/appendixes.configuration.html -->
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
backupGlobals="false"
colors="true"
bootstrap="app/autoload.php">

<!-- <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
backupGlobals="false"
colors="true"
bootstrap="web/app_test.php">-->
<php>
<ini name="error_reporting" value="-1" />
<server name="KERNEL_DIR" value="app/" />
</php>

<testsuites>
<testsuite name="Project Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>

<filter>
<whitelist>
<directory>src</directory>
<exclude>
<directory>src/*Bundle/Resources</directory>
<directory>src/*/*Bundle/Resources</directory>
<directory>src/*/Bundle/*Bundle/Resources</directory>
</exclude>
</whitelist>
</filter>
</phpunit>

Process finished with exit code 255

我在我的其他桌面上也有相同的配置,而且工作正常。

最佳答案

今天我遇到了同样的错误 - 255。在我的例子中,我没有在 setUp 方法中声明 CONSTANTS。

我认为你有类似的东西。尝试使用 xdebug 找到它 - 它帮助了我。

关于PHPStorm - 进程完成,退出代码为 255,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36412004/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com