This repository has been archived by the owner on May 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b124a4b
commit 63f176c
Showing
3 changed files
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,19 @@ | ||
<?php | ||
|
||
use FindBrok\WatsonTranslate\Mocks\MockResponses as Response; | ||
use FindBrok\WatsonTranslate\Translator; | ||
|
||
/** | ||
* Class TestCase | ||
*/ | ||
class TestCase extends PHPUnit_Framework_TestCase | ||
{ | ||
/** | ||
* Testing text translate method | ||
*/ | ||
public function testTextTranslate() | ||
{ | ||
} | ||
|
||
/** | ||
* Testing for bulk translate | ||
* Testing text translate method with sucessfull set of from | ||
* attribute | ||
*/ | ||
public function testBulkTranslate() | ||
public function testTranslator_SetFrom_ReturnTranslator() | ||
{ | ||
} | ||
} |