/silex/src/Silex/Application.php line 509
at Application->handle(object(Request)) in /var/www/vhosts/teatrodellamemoria.it/httpdocs/assets/modules/prevendita/vendor/silex/silex/sr
我正在尝试编写一个简单的web测试来使用phpunit测试我的silex api,但是当我尝试运行它时,我一直收到这个错误。implement interface Symfony\Component\HttpKernel\HttpKernelInterface, null given, called in C:\vendor\silex\silex\src\Silex\WebTestCase.php on line 63<?php
use Sil
我基本上只是想运行Silex的"hello world“。我已经在我的目录中安装了silex.phar文件,将.htaccess文件设置如下: Options -MultiViews
#RewriteBase /projects/silex/ ###--> commented out because file is in root dir. <--##
Rewr