N98\Util\StringTypedTest::scope PHP Method

scope() public method

public scope ( )
    public function scope()
    {
        $this->assertSame(true, StringTyped::parseBoolOption("true"));
        $this->assertSame('inactive', StringTyped::formatActive(null));
        $this->assertSame('active', StringTyped::formatActive('1'));
    }
StringTypedTest