Releases: spiral/testing
Releases · spiral/testing
2.8.1
v2.8.0
What's Changed
use Spiral\Testing\Attribute\TestScope;
use Spiral\Testing\Tests\TestCase;
final class ExampleTest extends TestCase
{
#[TestScope('http')]
public function testIndexAction(): void
{
$response = $this->fakeHttp()->get('/');
$response->assertOk();
}
}
Full Changelog: 2.7.0...2.8.0
v2.7.0
What's Changed
Full Changelog: 2.6.4...2.7.0
v2.6.4
What's Changed
Full Changelog: 2.6.3...2.6.4
v2.6.3
v2.6.2
What's Changed
Full Changelog: 2.6.1...2.6.2
v2.6.1
What's Changed
Full Changelog: 2.6.0...2.6.1
v2.6.0
What's Changed
- Adding the ability to use setUp and tearDown methods in traits by @msmakouz in #62
- Synchronize Query Parameters Between
ServerRequest
andUri
by @butschster in #63
Full Changelog: 2.5.0...2.6.0
v2.5.0
What's Changed
Full Changelog: 2.4.1...2.5.0
v2.4.1
What's Changed
- Fixes problem with rebinding singletons. by @butschster in #60
Full Changelog: 2.4.0...2.4.1