Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

PHPUnit => hacktest + fbexpect improvements

Compare
Choose a tag to compare
@fredemmott fredemmott released this 02 Oct 20:28
  • don't attempt to rewrite non-PHPUnit methods that have the same name as assertions to fbexpect - e.g. $type_spec->assertType('foo') is not a PHPUnit assertion
  • handle unqualified references to PHPUnit_Framework_TestCase as a base class
  • fix return types for migrated setup/teardown functions (they should be Awaitable<void>)