PHP Classes

File: tests/JaxonTestListener.php

Recommend this page to a friend!
  Packages of Thierry Feuzeu   Jaxon   tests/JaxonTestListener.php   Download  
File: tests/JaxonTestListener.php
Role: Class source
Content type: text/plain
Description: Class source
Class: Jaxon
Call PHP classes from JavaScript using AJAX
Author: By
Last change:
Date: 6 months ago
Size: 223 bytes
 

Contents

Class file image Download
<?php

namespace Jaxon\Tests;

require_once
dirname(__DIR__) . '/src/globals.php';

use
PHPUnit\Framework;

class
JaxonTestListener implements Framework\TestListener
{
    use
Framework\TestListenerDefaultImplementation;
}