TestGlobalFunctions::test_automator_integration_exists_should_return_false()
NOT FOUND integrations should return false.
Source
File: tests/test-global-functions.php
public function test_automator_integration_exists_should_return_false() { $integration = automator_integration_exists("THIS_INTEGRATION_SHOULD_NOT_EXISTS"); $this->assertFalse( $integration ); }
Expand full source code Collapse full source code View on Github