This file contains hidden or 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
| <?php | |
| declare(strict_types=1); | |
| namespace AppBundle\Provider; | |
| use GuzzleHttp\Client; | |
| use Symfony\Component\DomCrawler\Crawler; | |
| use GuzzleHttp\Exception\ClientException; |
This file contains hidden or 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
| <?php | |
| declare(strict_types=1); | |
| namespace AppBundle\Provider; | |
| use GuzzleHttp\Client; | |
| use Symfony\Component\DomCrawler\Crawler; | |
| use GuzzleHttp\Exception\ClientException; |
This file contains hidden or 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
| <?php | |
| declare(strict_types=1); | |
| namespace AppBundle\Provider; | |
| use GuzzleHttp\Client; | |
| use Symfony\Component\DomCrawler\Crawler; | |
| use GuzzleHttp\Exception\ClientException; |
This file contains hidden or 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
| <?php | |
| declare(strict_types=1); | |
| namespace AppBundle\Provider; | |
| use GuzzleHttp\Client; | |
| use GuzzleHttp\Exception\ClientException; | |
| use Symfony\Component\DomCrawler\Crawler; |
This file contains hidden or 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
| <?php | |
| declare(strict_types = 1); | |
| namespace UmberFirm\Bundle\CustomerBundle\Tests\Functional\Controller; | |
| use Symfony\Bundle\FrameworkBundle\Routing\Router; | |
| use Symfony\Component\HttpFoundation\Response; | |
| use UmberFirm\Bundle\CommonBundle\Entity\Gender; | |
| use UmberFirm\Bundle\CustomerBundle\Entity\Customer; |
This file contains hidden or 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
| <?php | |
| declare(strict_types = 1); | |
| namespace UmberFirm\Bundle\CustomerBundle\Tests\Unit\Entity\Customer; | |
| use Doctrine\Common\Collections\Collection; | |
| use UmberFirm\Bundle\CustomerBundle\Entity\Customer; | |
| use UmberFirm\Bundle\CustomerBundle\Entity\CustomerAddress; | |
| use UmberFirm\Bundle\CustomerBundle\Entity\CustomerAddressAwareInterface; |
This file contains hidden or 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
| sudo apt-get install git cmake | |
| sudo apt-get install software-properties-common | |
| sudo apt-add-repository ppa:ubuntu-toolchain-r/test | |
| sudo apt-get update | |
| sudo apt-get install gcc-6 g++-6 | |
| sudo apt-get install libicu-dev libreadline-dev libmysqlclient-dev libssl-dev unixodbc-dev | |
| git clone -b stable git@github.com:yandex/ClickHouse.git |
This file contains hidden or 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
| class Order | |
| { | |
| public function | |
| public function | |
| public function | |
| public function | |
| public function | |
| calculateTotalSum(){/*...*/} | |
| getItems(){/*...*/} | |
| getItemCount(){/*...*/} |
This file contains hidden or 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
| <?php | |
| namespace AppBundle\Provider; | |
| use AppBundle\Entity\JobTitle; | |
| use AppBundle\Entity\Provider; | |
| use GuzzleHttp\Client; | |
| use Symfony\Component\DomCrawler\Crawler; | |
| use Symfony\Component\HttpFoundation\Response; |
This file contains hidden or 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
| dependencies: | |
| pre: | |
| - sudo add-apt-repository ppa:ondrej/php -y; sudo apt-get update; sudo apt-get install php7.1 php7.1-mbstring php7.1-pgsql | |
| - composer install | |
| machine: | |
| php: | |
| version: 7.1.0 | |
| test: |