Skip to content

Instantly share code, notes, and snippets.

View grantbrokergenius's full-sized avatar

grantbrokergenius

View GitHub Profile
import React, { useState, useContext } from 'react';
import Button from '@material-ui/core/Button';
import TextField from '@material-ui/core/TextField';
import Typography from '@material-ui/core/Typography';
import Grid from '@material-ui/core/Grid';
import { makeStyles } from '@material-ui/core/styles';
import ErrorOutlineIcon from '@material-ui/icons/ErrorOutline';
import AuthContext from '../context/AuthContext';
const useStyles = makeStyles((theme) => ({
<?php
namespace tests\Integration\API\AdminPanel;
use App\AdminPanel\Events\EventsHandler;
use DB;
use tests\Integration\AutoPricer\IntegrationTestCase;
class EventsHandlerTest extends IntegrationTestCase
{