Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgfeller committed Apr 10, 2024
1 parent 7eb4d71 commit e832318
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# Test traits

This is a clone from [selective/test-traits](https://github.com/selective-php/test-traits) containing additional useful
This is a clone of [selective/test-traits](https://github.com/selective-php/test-traits) containing additional useful
test traits, including a proper [fixture trait](#fixturetesttrait) for integration testing.

Documentation on how to set up the test environment and write Integration and Unit tests using these traits:
[**Writing Tests**](https://github.com/samuelgfeller/slim-example-project/wiki/Writing-Tests)

[![Latest Version on Packagist](https://img.shields.io/github/release/samuelgfeller/test-traits.svg)](https://packagist.org/packages/samuelgfeller/test-traits)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)
[![Build Status](https://github.com/samuelgfeller/test-traits/workflows/build/badge.svg)](https://github.com/samuelgfeller/test-traits/actions)
Expand All @@ -29,6 +26,9 @@ composer require samuelgfeller/test-traits --dev
* [RouteTestTrait](#RouteTestTrait)
* [MailerTestTrait](#MailerTestTrait)

Documentation on how to set up the test environment and write tests using these traits:
[**Writing Tests**](https://github.com/samuelgfeller/slim-example-project/wiki/Writing-Tests).

## Migration from selective/test-traits
If you were using the `selective/test-traits` package before and want to migrate to this library,
the following functions have to be renamed:
Expand Down

0 comments on commit e832318

Please sign in to comment.