Elgg\TravisValidateCommitMsgTest::testPrMerge PHP Метод

testPrMerge() публичный Метод

Test PR with all valid msgs
public testPrMerge ( )
    public function testPrMerge()
    {
        // https://github.com/Elgg/Elgg/commit/9a54813f36ba019e11561ba4f685021a0f4dbf9a
        $cmd = "bash {$this->travisScript}";
        $result = $this->runCmd($cmd, $output, array('TRAVIS_COMMIT' => '9a54813f36ba019e11561ba4f685021a0f4dbf9a'));
        $this->assertTrue($result, $output);
    }