Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post terms #60

Merged
merged 1 commit into from
Feb 1, 2016
Merged

Post terms #60

merged 1 commit into from
Feb 1, 2016

Conversation

codeserk
Copy link
Collaborator

@codeserk codeserk commented Feb 1, 2016

  • Adds all the terms to the post - tests

This eases the terms (categories, tags...) management:

array:2 [▼
  "category" => array:2 [▼
    0 => array:4 [▼
      "term_id" => 1
      "name" => "Uncategorized"
      "slug" => "uncategorized"
      "term_group" => 0
    ]
    "uncategorized" => "Uncategorized"
  ]
  "tag" => array:2 [▼
    0 => array:4 [▼
      "term_id" => 2
      "name" => "tag"
      "slug" => "tag"
      "term_group" => 0
    ]
    "tag" => "tag"
  ]
]
PHPUnit 4.2.2 by Sebastian Bergmann.

Configuration read from /home/vagrant/projects/corcel/phpunit.xml

............................

Time: 452 ms, Memory: 10.75Mb

OK (28 tests, 304 assertions)

- Adds all the terms to the post - tests

```
PHPUnit 4.2.2 by Sebastian Bergmann.

Configuration read from /home/vagrant/projects/corcel/phpunit.xml

............................

Time: 452 ms, Memory: 10.75Mb

OK (28 tests, 304 assertions)
```
jgrossi added a commit that referenced this pull request Feb 1, 2016
@jgrossi jgrossi merged commit 118c8f0 into corcel:dev Feb 1, 2016
@codeserk codeserk deleted the post-terms branch February 1, 2016 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants