Kraken\_Unit\Framework\Runtime\Core\ProcessCoreTest::testCaseRuntimeUnit_IsProcess PHP Method

testCaseRuntimeUnit_IsProcess() public method

    public function testCaseRuntimeUnit_IsProcess()
    {
        $core = $this->createCore();
        $this->assertSame(Runtime::UNIT_PROCESS, $core::RUNTIME_UNIT);
    }