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 7445235
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T11:46:19+00:00 2026-05-29T11:46:19+00:00

OK, maybe im not getting this right. Im new to Unit testing. But I

  • 0

OK, maybe im not getting this right. Im new to Unit testing.
But I want to test something like this:

I have an action that display tickets for user to do on current day.
I want to make assertion that will check if:
if there is 0 tickets then the messages says “no tickets for today”, if there are > 0 tickets than system displays table.
I know how to check if view renders a message or renders a table, but how to make an “if” in the test? Something like:

<code>
if(count($tickets > 0) {
 $this->assertQuery('table');
} else {
 $this->assertQueryContentContains('#message', 'No tickets for today');
}
</code>

I dont get how to make a stubb data or get value of a certain variable from action.

  • 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-29T11:46:20+00:00Added an answer on May 29, 2026 at 11:46 am

    You shouldn’t have any logic in unit test. Problem with logic in unit test is that it usually mirrors logic from tested piece of code, which pretty much kills the purpose of unit testing.

    Instead, you want to simulate conditions for each test (and in your case you need at least two) and verify whether tested expectations were met. Unless $tickets retrieval is complex process (it then should be mocked), simulating conditions in your case would be simply setting $tickets to appropriate value.

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

Sidebar

Related Questions

Im having issues getting this to work, maybe its not even possible? I have
Maybe I'm not looking in the right places but I'd like to use SQL
Maybe this is an easy question, maybe not. I have a select box where
I think I am being a bonehead, maybe not importing the right package, but
this might be a silly question but I am not getting it. I tried
I'm so close to getting this effect perfect, but I have run into a
I know there is a lot of controversy (maybe not controversy, but arguments at
Maybe I'm not searching correctly, but I can't find out how to configure the
maybe it's not so proper to ask this question here... anyway, I'm trying to
Maybe I'm totally missing something about even handling in jQuery, but here's my problem.

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.