FeedDetailTest::test桁数チェック正常系 PHP Метод

test桁数チェック正常系() публичный Метод

    public function test桁数チェック正常系()
    {
        $this->FeedDetail->create(array('FeedDetail' => array('name' => '12345678901234567890123456789012345678901234567890', 'url' => '123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345', 'category_filter' => '123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345')));
        $this->assertTrue($this->FeedDetail->validates());
    }