Polyglot\PolyglotTest::testPolyglotAttributesAreSet PHP Метод

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

    public function testPolyglotAttributesAreSet()
    {
        $article = new Article();
        $this->assertTrue(isset($article->name));
        $this->assertTrue(isset($article->agb_accepted));
    }