-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail if there is no assert in test #112
Comments
@milo when you define the testcase, you usually have to include autoloader and run |
@fprochazka Jop. We were discuss with @dg something similar (as here). I'll send PR during the week. |
I wrote my first test with TestCase and I forgot to run the test case ( (new SomethingTestCase())->run(); ). This might be common mistake for former PHPUnit users.
Tester said that there was 1 passed test.
I thing that error or at least warning would be better if there is no assert in test.
The text was updated successfully, but these errors were encountered: