0

How can i make the unit test module work for kohana 3.3 framework? I have uncommented the unittest module in bootstrap.php. Can anyone please tell me what is the next step? I don't think i have the phpunit installed as i am on a shared server. Will the Kohana unit tests work even without phpunit kohana installed?

Thanks,

logeeks
  • 4,849
  • 15
  • 62
  • 93

1 Answers1

0

You need to install phpunit. Here is the documentation about unit testing.

kero
  • 10,647
  • 5
  • 41
  • 51
mobal
  • 342
  • 2
  • 10