mageekguy\atoum\tests\units\test::testClassConstants PHP Метод

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

public testClassConstants ( )
    public function testClassConstants()
    {
        $this->string(atoum\test::testMethodPrefix)->isEqualTo('test')->string(atoum\test::runStart)->isEqualTo('testRunStart')->string(atoum\test::beforeSetUp)->isEqualTo('beforeTestSetUp')->string(atoum\test::afterSetUp)->isEqualTo('afterTestSetUp')->string(atoum\test::beforeTestMethod)->isEqualTo('beforeTestMethod')->string(atoum\test::fail)->isEqualTo('testAssertionFail')->string(atoum\test::error)->isEqualTo('testError')->string(atoum\test::uncompleted)->isEqualTo('testUncompleted')->string(atoum\test::skipped)->isEqualTo('testSkipped')->string(atoum\test::exception)->isEqualTo('testException')->string(atoum\test::success)->isEqualTo('testAssertionSuccess')->string(atoum\test::afterTestMethod)->isEqualTo('afterTestMethod')->string(atoum\test::beforeTearDown)->isEqualTo('beforeTestTearDown')->string(atoum\test::afterTearDown)->isEqualTo('afterTestTearDown')->string(atoum\test::runStop)->isEqualTo('testRunStop')->string(atoum\test::defaultNamespace)->isEqualTo('#(?:^|\\\\)tests?\\\\units?\\\\#i')->string(atoum\test::defaultMethodPrefix)->isEqualTo('#^(?:test|_*[^_]+_should_)#i');
    }