Skip to content

Commit 1ba6c7a

Browse files
committed
Finish general search sample and its test
1 parent 145ac46 commit 1ba6c7a

File tree

6 files changed

+479
-261
lines changed

6 files changed

+479
-261
lines changed

jobs/cjd_sample/cjd_sample.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
$application->add(new BasicCompanySample());
2727
$application->add(new BasicJobSample());
28-
28+
$application->add(new GeneralSearchSample());
2929

3030
// for testing
3131
if (getenv('PHPUNIT_TESTS') === '1') {

jobs/cjd_sample/composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
"symfony/console": " ^3.0"
66
},
77
"require-dev": {
8-
"phpunit/phpunit": "~5.0"
8+
"phpunit/phpunit": "~4.0"
99
},
1010
"autoload": {
1111
"psr-4": {
1212
"Google\\Cloud\\Samples\\Language\\": "src/"
1313
},
1414
"files": [
15-
"src/basic_job_sample.php",
1615
"src/basic_company_sample.php",
16+
"src/basic_job_sample.php",
17+
"src/general_search_sample.php",
1718
"src/job_service_connector.php"
1819
]
1920
}

0 commit comments

Comments
 (0)