hhvm / hacktest

A unit testing framework for Hack
MIT License
29 stars 13 forks source link

Add test to make sure that concrete test classes can be grandchild classes #28

Open fredemmott opened 6 years ago

fredemmott commented 6 years ago

eg abstract class MyTestCase extends HackTest {}; final class FooTest extends MyTestCase {}

Also should probably assert that test classes are abstract or final, ignoring any abstract ones