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()

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


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