Skip to content

Instantly share code, notes, and snippets.

on: push
name: Run phpunit testsuite
jobs:
phpunit:
runs-on: ubuntu-latest
container:
image: jackmdavis97/php:7.3
steps:
on: push
name: Run phpunit testsuite
jobs:
phpunit:
container:
image: lorisleiva/laravel-docker:7.3 # Change this to 7.1/7.2/7.3 to specify the PHP Version
steps:
- uses: actions/checkout@v1
on: push
name: Run phpunit testsuite
jobs:
phpunit:
runs-on: ubuntu-latest
container:
image: lorisleiva/laravel-docker:7.3 # Change this to 7.1/7.2/7.3 to specify the PHP Version
steps:
use Carbon\Carbon;
//test
class AdminController extends BaseController {
public function showIndex()
{
//code here
}
}
<?php
/**
* Copyright © 2006-2008 CraKteR, crakter [at] gmail [dot] com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
document.getElementById("gistList").onchange = function(e) {
if (e.target.value) {
// Create an iframe, append it to this document where specified
var gistFrame = document.createElement("iframe");
gistFrame.setAttribute("width", "100%");
gistFrame.id = "gistFrame";
var zone = document.getElementById("gistZone");
zone.innerHTML = "";
zone.appendChild(gistFrame);
@Smally1997
Smally1997 / d.php
Created January 12, 2014 16:20
Test
<?php
$var = test;
?>