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