Skip to:
Content

  • Home
  • About
  • Integrations
  • Help
  • Blog
  • Download
Automator Developer Resources

Code Reference

  • Home
  • Reference
Filter by type:
Search
Browse: Home / Reference / Classes / TestGlobalFunctions / TestGlobalFunctions::test_automator_integration_exists_should_return_false_on_invalid_arguments()

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


Twitter • Facebook • YouTube • Contact Us • Privacy • Terms of Service