Fuel\Event\Facades\FacadeTest::testEventInstance PHP Метод

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

public testEventInstance ( )
    public function testEventInstance()
    {
        $result = Event::instance('my_instance');
        $this->assertInstanceOf('Fuel\\Event\\Container', $result);
    }