twitter-async
twitter-async copied to clipboard
Unit test failures
There was 1 error:
1) EpiTwitterTest::testTrends
EpiTwitterNotFoundException: {"errors":[{"message":"Sorry, that page does not exist","code":34}]}
/vagrant/twitter-async/EpiTwitter.php:259
/vagrant/twitter-async/EpiTwitter.php:218
/vagrant/twitter-async/tests/EpiTwitterTest.php:227
--
There were 3 failures:
1) EpiTwitterTest::testPostStatus
The status was not updated correctly
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-Testing really weird chars "~!@#$%^&*()-+\[]{}:'>?<≈ç∂´ß©ƒ˙˙∫√√ƒƒ∂∂†¥∆∆∆ (time: 1349984146)
+Testing really weird chars "~!@#$%^&*()-+\[]{}:'>?<≈ç∂´ß©ƒ˙˙∫√√ƒƒ∂∂†¥∆∆∆ (time: 1349984146)
/vagrant/twitter-async/tests/EpiTwitterTest.php:119
2) EpiTwitterTest::testFavorites
Favorites should be length 0
Failed asserting that <integer:0> matches expected <integer:1>.
/vagrant/twitter-async/tests/EpiTwitterTest.php:279
3) EpiTwitterTest::testGetFriendsIds
First result in get friend ids is empty
Failed asserting that <boolean:false> is true.
/vagrant/twitter-async/tests/EpiTwitterTest.php:395
FAILURES!
Tests: 35, Assertions: 181, Failures: 3, Errors: 1.