parse.com-php-library icon indicating copy to clipboard operation
parse.com-php-library copied to clipboard

May I ask how this library can be used without the Enhance Test Framework?

Open ksan88 opened this issue 12 years ago • 1 comments
trafficstars

Hi,

This is not an issue per se but a question. Not sure where to ask it so posting here as an issue. Thanks for your help in advance.

I have very little PHP knowledge but thanks to the great work here I can send PUSH messages through Parse to the IOS app I'm working on. Thank you very much!!!

I edited the parsePushTest.php and can get the push messages I want with the parameters I need etc. All is good. Question is how can I use the library without the Enhance Test Framework?

Would it be possible for someone here to post a very simple parsePushSimpleTest.php with only enough code in it to require the parse.php and then send a simple push message?

Thanks for your guidance.

ksan88 avatar Jun 14 '13 22:06 ksan88

you dont need to use the testEngine unless you want to test the functionality of the function which is included within the library .. so if you dont need it just ignore it ..

and for the push, you need to just edit your config and follow the class functions ..

thats all

zaherg avatar Jul 07 '13 09:07 zaherg