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

  • Home
  • SEARCH
  • 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 4081752
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T18:06:04+00:00 2026-05-20T18:06:04+00:00

i have controller class UserController (in controller folder) which extends BaseController (present in app

  • 0

i have controller class "UserController"(in controller folder) which extends BaseController (present in app folder),

when i right click and select option "Create PHPUnitTests" it gives me following error:

phpunit Fatal error: Class 'Base Controller' not found 

can ayone tell me why i get this error and what i have to configure for the same.
I using custom php framework

  • 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-05-20T18:06:04+00:00Added an answer on May 20, 2026 at 6:06 pm

    Your Include Path is likely not configured correctly for your IDE. For Netbeans, follow the instructions given in the Netbeans User Manual:

    • http://netbeans.org/kb/docs/php/project-setup.html#phpIncludePath

    If you are not using include statements to include the files to be tested in the UnitTests, you also have to bootstrap the environment. Executing the UnitTests from the IDE will likely not run your regular bootstrap file. Consider adding a phpunit.xml file to your tests:

    <phpunit backupGlobals="true"
         backupStaticAttributes="false"
         <!--bootstrap="/path/to/bootstrap.php"-->
         colors="false"
         …
    <php>
        <includePath>.</includePath>
    

    See the Appendix in the PHPUnit Manual for more information:

    • https://phpunit.de/manual/current/en/appendixes.configuration.html

    Follow the instructions given in the Netbeans User Manual to make the IDE consider the file automatically when tests are run:

    • http://blogs.oracle.com/netbeansphp/entry/recent_improvements_in_phpunit_support
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a user controller which consists of a method named listfolders(). class UserController
I have a controller which has a method called history class UsersController < ApplicationController
I have a simple controller which returns images: public class ImageController : Controller {
I have a spring controller defined like this: @Controller @RequestMapping(/user) class UserController { ...
i have a controller page like this: class UsersController extends AppController { var $helpers
I have a controller class as in the following code segment: @Controller public class
I have a view controller class that has to implement several protocols. Too keep
I have the problem that my view controller class has too many delegates and
I am new to iphone development.I have created a UIview controller class and added
I have a NIB with two NSWindow objects. The controller class has two IBOutlets,

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.