Skip to content

PSR-2 and integration tests

Compare
Choose a tag to compare
@weotch weotch released this 31 Mar 20:55
· 332 commits to master since this release
  • Switches to PSR-2 coding style (@svenluijten, #8)
  • Adds many integration tests against the new /example Laravel project.
  • Fixes many issues (discovered by @SomosAMambo) with localization that were introduced in Decoy 5. Some fixes were made to the assets, so republish them after updating:
    php artisan vendor:publish --provider="Bkwld\Decoy\ServiceProvider" --tag=assets
    

Next up, adding Laravel 5.3 and then Laravel 5.4 support. Then we'll be considering adding more features and additional testing.