Phue\Test\RuleTest::testGetActions PHP Method

testGetActions() public method

Test: Get actions
public testGetActions ( )
    public function testGetActions()
    {
        $actions = $this->rule->getActions();
        $this->assertEquals(1, count($actions));
        $this->assertContainsOnlyInstancesOf('\\stdClass', $actions);
    }