Skip to content

Commit

Permalink
Merge pull request #5 from Potherca/feature/rename-to-faq.exchange
Browse files Browse the repository at this point in the history
Renames PHPUnit Mocks FAQ to faq.exchange
  • Loading branch information
Potherca authored Aug 28, 2016
2 parents 7476e21 + dd4b4dd commit ecad4ce
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1>

<footer>
<span class="version"></span>
The Source Code for this project is <a href="https://github.com/potherca/phpunit-mock-faq"
The Source Code for this project is <a href="https://github.com/potherca/faq.exchange"
>available on github.com</a> under a <a href="https://www.gnu.org/licenses/gpl.html" rel="license"
>GPL.3.0+ License</a>
&ndash;
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@

PHPUnit-Mock FAQ
FAQ Exchange
==================

[![Project Stage Badge: Development]][Project Stage Page]
[![License Badge]][GPL-3.0+]

PHPUnit-Mock Q&A based on StackOverflow Questions and Answers
"Frequently Asked Questions" site based on StackOverflow Questions and Answers

Introduction
--------------

About 8 minutes into his PHPNW12 Talk [The State of PHPUnit], [Volker Dusch] mentioned that there is a lot of stuff on StackOverflow that answer all the common questions.
He also states that he would be really happy if someone would take the time to compile them into a FAQ.

So [I][Potherca] decided to build one: http://faq.exchange/phpunit-mocks/

After a first version was only, it seemed like a neat plan to implement things in a more generic way so other topics could also be supported. This has been achieved but other topic still need to be added.
After a first version was online, it seemed like a neat plan to implement things in a more generic way so other topics could also be supported. This has been achieved but other topic still need to be added.

Feel free to [report suggestions or bugs].

Expand All @@ -25,7 +26,7 @@ The FAQ uses [Bootstrap] and [jQuery] to pull the Questions and answers straight

[Bootstrap]: http://getbootstrap.com/
[jQuery]: http://jquery.com/
[report suggestions or bugs]: https://github.com/potherca/phpunit-mock-faq/issues/new
[report suggestions or bugs]: https://github.com/potherca/faq.exchange/issues/new
[StackOverflow API]: https://api.stackexchange.com/docs/advanced-search#order=desc&sort=votes&q=phpunit%20mocks&site=stackoverflow&filter=!SC_g(LT_pJnL2lxfET--P_)p5zPQ212ioRM-*552DRcbu*sEtpTSNJ)dt(y8IgtT
[The State of PHPUnit]: http://www.phpnw.org.uk/talk/the-state-of-phpunit/
[Volker Dusch]: https://twitter.com/__edorian
Expand Down
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "PHPUnit-Mock-FAQ",
"name": "faq.exchange",
"authors": [
"Potherca <potherca@gmail.com>"
],
"description": "PHPUnit Mock Q&A based on StackOverflow Questions and Answers",
"description": "Frequently Asked Questions site based on StackOverflow Questions and Answers",
"main": "index.html",
"keywords": [
"phpunit",
"mock",
"faq"
],
"license": "GPL-3.0+",
"homepage": "http://pother.ca/phpunit-mock-faq/",
"homepage": "https://faq.exchange/",
"private": true,
"dependencies": {
"bootstrap": "~3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1>

<footer>
<span class="version"></span>
The Source Code for this project is <a href="https://github.com/potherca/phpunit-mock-faq"
The Source Code for this project is <a href="https://github.com/potherca/faq.exchange/"
>available on github.com</a> under a <a href="https://www.gnu.org/licenses/gpl.html" rel="license"
>GPL.3.0+ License</a>
&ndash;
Expand Down

0 comments on commit ecad4ce

Please sign in to comment.