yagirldolor / testing-php-replit

Apache License 2.0
0 stars 0 forks source link

There is no subtract() method on Calculator #1

Open yagirldolor opened 2 years ago

yagirldolor commented 2 years ago

Describe the bug Test run on subtract() method indicate the method does not exist

To Reproduce Steps to reproduce the behavior:

  1. Go to 'https://testing-php-replit.dolores-lapulel.repl.co/calculator-subtract-test.php'
  2. See error

Expected behavior All tests should go green

Screenshots Call to undefined method Calculator::subtract()

Desktop (please complete the following information): N/A

Smartphone (please complete the following information): N/A

Additional context N/A

yagirldolor commented 2 years ago

Seems that there is no error, doing this for practice with class walkthrough

yagirldolor commented 2 years ago

I'll be fixing this on branch XXX.