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

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

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