• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

STUCK - Building Your First PHP-Based Mobile Application

New Here ,
Jul 06, 2011 Jul 06, 2011

Copy link to clipboard

Copied

Using FB 4.5.1 (Build 313231) Windows 7 64-bit OS.

IIS 7 and ZendServer already in place.

Very new in PHP, experienced in other development tools/languages.

This is the tutorial:http://files.zend.com/help/Flash-Builder-for-PHP/Getting-Started/Mobile/build_a_mobile_(php)_applica...

You can download the code and the DB from such link.

I can follow thru -> Step 11: Run a PHPUnit Test on Your PHP Service

There, I can't go on.

I hope the images are displayed well, just in case, the message is:

"Unable to run a PHPUnit session. Only PHPUnit classes can be run as PHPUnit tests.

Reason:

No test found in services/EmployeeServiceTest.php"

http://imgur.com/a/G5F5D

TOPICS
PHP

Views

747

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 06, 2011 Jul 06, 2011

Copy link to clipboard

Copied

Just in case, the link takes you into the images. http://imgur.com/a/G5F5D

Thanks in advance for any help.

Best regards.

Cesar

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jul 06, 2011 Jul 06, 2011

Copy link to clipboard

Copied

LATEST

Can you check that the PHPUnit library was added correctly? This message is usually presented when the class you are trying to run is either not PHPUnit compatible or since it cannot be resolved as a valid PHPUnit test case (since PHPUnit library is not installed correctly/at all).

Roy

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines