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

testCaseRuntimeUnit_IsProcess() public method

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