Skip to content

Instantly share code, notes, and snippets.

@hbt
Created January 25, 2022 04:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hbt/7b3bbe76224f566a1f2ab435c32d91ba to your computer and use it in GitHub Desktop.
Save hbt/7b3bbe76224f566a1f2ab435c32d91ba to your computer and use it in GitHub Desktop.
vagrant@homestead:~/segmetrics.importer$ phpunit
PHPUnit 6.5.14 by Sebastian Bergmann and contributors.
Tests\Integrations\ActiveCampaignTest
✓ import products [0.228s]
✓ sync contact tags [0.024s]
✓ restart after timeout [0.018s]
✓ import contacts [1.767s]
✓ contact fields [0.042s]
✓ import tags [0.313s]
✓ import lists [0.039s]
✓ import companies [0.156s]
x import company contacts [0.122s]
✓ import purchases [0.932s]
x import deals [0.068s]
Tests\Integrations\AdRollTest
✓ restart after timeout [0.030s]
✓ import accounts [0.248s]
Tests\Integrations\AweberTest
✓ import contacts [0.518s]
✓ import tags [0.023s]
✓ restart after timeout [0.023s]
Tests\Integrations\BigCommerceTest
✓ restart after timeout [0.024s]
✓ import products [0.064s]
✓ import purchases [2.917s]
Tests\Integrations\BingTest
✓ restart after timeout [0.595s]
Tests\Integrations\BraintreeTest
✓ import products [0.039s]
✓ restart after timeout [0.031s]
✓ import purchases [11.941s]
✓ import subscriptions [11.428s]
Tests\Integrations\ChargebeeTest
✓ import purchases [0.032s]
✓ import subscriptions [1.823s]
✓ import products [0.035s]
✓ restart after timeout [0.024s]
Tests\Integrations\ClickBankTest
x import products [0.025s]
Time: 34.01 seconds, Memory: 624.97MB
There was 1 error:
1) Tests\Integrations\ClickBankTest::testImportProducts
ReflectionException: Class \App\Integrations\Clickbank\Gateway does not exist
/home/vagrant/segmetrics.importer/app/Models/Integration.php:183
/home/vagrant/segmetrics.importer/tests/Integrations/AbstractIntegrationTestCase.php:117
/home/vagrant/segmetrics.importer/tests/Integrations/ClickBankTest.php:32
--
There were 2 risky tests:
1) Tests\Integrations\ActiveCampaignTest::testImportCompanyContacts
This test did not perform any assertions
2) Tests\Integrations\ActiveCampaignTest::testImportDeals
This test did not perform any assertions
ERRORS!
Tests: 29, Assertions: 65, Errors: 1, Risky: 2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment