コード例 #1
0
ファイル: NotificationTest.php プロジェクト: lutskanu/php-fcm
 protected function setUp()
 {
     parent::setUp();
     $this->fixture = new Notification('foo', 'bar');
 }
コード例 #2
0
ファイル: MessageTest.php プロジェクト: paragraph1/php-fcm
 protected function setUp()
 {
     parent::setUp();
     $this->fixture = new Message();
 }
コード例 #3
0
ファイル: ClientTest.php プロジェクト: lutskanu/php-fcm
 protected function setUp()
 {
     parent::setUp();
     $this->fixture = new Client();
 }