TagTest::it_validates_the_tag_create_form PHP Method

it_validates_the_tag_create_form() public method

    public function it_validates_the_tag_create_form()
    {
        $this->actingAs($this->user)->post('admin/tag', ['title' => 'example']);
        $this->assertSessionHasErrors();
    }