

PHPUnit 4.8.9 by Sebastian Bergmann and contributors.

Runtime:	PHP 5.5.9-1ubuntu4.11
Configuration:	/srv/marketsim/www/Tests/phpunit.xml

...FEEE

Time: 197 ms, Memory: 11.75Mb

There were 3 errors:

1) StudentControllerTest::test__StudentControllerfindStudentAccount
Undefined variable: studentArray

/srv/marketsim/www/Tests/StudentControllerTest.php:71

2) StudentControllerTest::test__StudentControllerresetPasswordEmptyEmail
Undefined variable: secretAns

/srv/marketsim/www/Tests/StudentControllerTest.php:88

3) StudentControllerTest::test__StudentControllerresetPasswordInvalidEamil
Undefined variable: secretAns

/srv/marketsim/www/Tests/StudentControllerTest.php:103

--

There was 1 failure:

1) StudentControllerTest::test__StudentControllerfindStudentAccountEmptyParameter
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<form action='' method='post' style='height: 300px; width: 300px'><br /><br /><h2>Forgot Password</h2><h3> Reset password </h3><br />E-mail or PID: <br /><input type = 'Text' name = 'textbox_txt' required placeholder='abcef012@fiu.edu'><br /><br /><input type = 'submit' value = 'Find my account' class='btn btn-primary'/><br /><h5>Enter email or Panther ID to reset your password</h5></form>'
+'<b><h4>Account: -  - was not Found</h4></b>'

/srv/marketsim/www/Tests/StudentControllerTest.php:62

FAILURES!
Tests: 7, Assertions: 4, Errors: 3, Failures: 1.


 --- StudentController --- 

  ok   - StudentControllerTest::test__StudentControllerConstructInvalidPar
  ok   - StudentControllerTest::test__StudentControllerConstrucValidPar
  ok   - StudentControllerTest::test__StudentControllerCreateForgotPage
  fail - StudentControllerTest::test__StudentControllerfindStudentAccountEmptyParameter
  ok   - StudentControllerTest::test__StudentControllerfindStudentAccount
  ok   - StudentControllerTest::test__StudentControllerresetPasswordEmptyEmail
  ok   - StudentControllerTest::test__StudentControllerresetPasswordInvalidEamil

