Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 769 Bytes

README.md

File metadata and controls

42 lines (23 loc) · 769 Bytes

Unit Tests

  • tests/App/Http/Controller/ExampleControllerTest.php
  • tests/Weather/WeatherClientTest.php

7 tests, 9 assertions (~100ms)

Integration Tests

  • tests/App/Http/Controller/ExampleControllerAPITest.php
  • tests/Person/PersonRepositoryIntegrationTest.php
  • tests/WeatherClientIntegrationTest.php

5 tests, 12 assertions (~210ms)

Contract Tests

  • tests/Weather/WeatherClientConsumerTest.php
  • tests/HelloProviderTest.php

2 tests, 2 assertions (~2.3 seconds)

Acceptance Tests

  • tests/Weather/WeatherAcceptanceTest.php
  • tests/HelloAcceptanceTest.php

3 tests, 7 assertions (~210ms)

End-to-End Tests

  • tests/HelloE2ESeleniumTest.php

1 test, 1 assertion ()~2.5 seconds)

Smoke tests

  • .cigar.json

3 tests (~140ms)