Kraken\_Unit\Framework\Runtime\Core\ThreadCoreTest::testCaseRuntimeUnit_IsProcess PHP Метод

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

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