Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8588293
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T22:46:18+00:00 2026-06-11T22:46:18+00:00

I have phpunit 3.6.12 installed as well as Silex. In the root directory of

  • 0

I have phpunit 3.6.12 installed as well as Silex. In the root directory of my app I have tests directory which contains the trivial test file BlogFunctionTest.php

<?

use Silex\WebTestCase;

// BLOG: Front end test
class BlogFunctionalTest extends Silex\WebTestCase
{
    public function testIndex()
    {
        $this->assertGreaterThan(0, 1);
    }
}

?>

when I run phpunit from the command line I get the error

PHP Fatal error:  Class 'Silex\WebTestCase' not found in {path}/BlogFunctionTest.php line 7

which refers to the line where I try to extend WebTestCase. The same happens if I replace

use Silex\WebTestCase;

with

use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;

Silex is installed in relative to my test file at

../vendor/silex/

Any tips are greatly appreciated, thank you!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T22:46:19+00:00Added an answer on June 11, 2026 at 10:46 pm

    you have to define a bootstrap inside phpunit.xml.dist which point to the bootstrap of your silex application like it’s done here https://github.com/joshuamorse/Silex-Boilerplate/blob/master/phpunit.xml.dist

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a PHPUnit Test which validates the output of a logfile with a
I have a PHPUnit test that's using a Doctrine2 custom repository and Doctrine Fixtures.
I have a PHPUnit test suite that is currently causing a fatal error due
I have a series of PHPUnit tests to validate a class, Class A. I
I have a test suite for phpunit for my symfony application. In that test
So I have a PHPUnit test, and found this code within a function. global
I have a suite of PHPUnit tests for my extension, and I want to
I have everything installed and I am able to create and run tests in
i have this simple rule: .PHONY: test test: src/*Test.php $(PHPUNIT) $?;\ it will look
i have just installed phpunit on my ubuntu. now i wan't to implement some

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.